#CA755B

Color #CA755B Japonica (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japonica #CA755B

Tints of Japonica #CA755B

Color information

#CA755B (or 0xCA755B) is unknown color: approx Japonica. HEX triplet: CA, 75 and 5B. RGB value is (202,117,91). Sum of RGB (Red+Green+Blue) = 202+117+91=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 117 (46.09% from 255 or 28.54% from 410); Blue value is 91 (35.94% from 255 or 22.20% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CA755B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA755B is #358AA4. Grayscale: #8B8B8B. Windows color (decimal): -3508901 or 5993930. OLE color: 5993930.

HSL color Cylindrical-coordinate representation of color #CA755B: hue angle of 14.05º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA755B is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB20211791-
CMYK00.420.550.21
HSL14.05º51.15%57.45%-
HSV(B)14.05º54.95%79.22%-
XYZ32.6126.0313.2-
YUV139.45100.66172.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 49.27%
GREEN value IS 117 (46.09% from 255) = 28.54%
BLUE value IS 91 (35.94% from 255) = 22.20%
R=49.27%
G=28.54%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021179100.420.550.2114.0551.1557.45
HexCA755B02A3715e3339
Octal3121651330526725166371
Binary11001010111010110110110101010110111101011110110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA755B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA755B; }

 p { color: rgb(202,117,91); }

 H1.HeaderClassName
 {
   color: #CA755B;
 }
 .AnyTagClassName
 {
   color: #CA755B;
 }
</style>
background-color css

<style>
 a { background-color: #CA755B; }

 a { background-color: rgb(202,117,91); }

 div.DivClassName
 {
   background-color: #CA755B;
 }
 .BgClassName
 {
   background-color: #CA755B;
 }
</style>
border-color css

<style>
 span { border-color: #CA755B; }

 span { border-color: rgb(202,117,91); }

 td.TdClassName
 {
   border-color: #CA755B;
 }
 .TagClassName
 {
   border-color: #CA755B;
 }
</style>