#CA7866

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

Shades of Japonica #CA7866

Tints of Japonica #CA7866

Color information

#CA7866 (or 0xCA7866) is unknown color: approx Japonica. HEX triplet: CA, 78 and 66. RGB value is (202,120,102). Sum of RGB (Red+Green+Blue) = 202+120+102=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 120 (47.27% from 255 or 28.30% from 424); Blue value is 102 (40.23% from 255 or 24.06% from 424); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7866 is #358799. Grayscale: #8E8E8E. Windows color (decimal): -3508122 or 6715594. OLE color: 6715594.

HSL color Cylindrical-coordinate representation of color #CA7866: hue angle of 10.8º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA7866 is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB202120102-
CMYK00.410.500.21
HSL10.8º48.54%59.61%-
HSV(B)10.8º49.5%79.22%-
XYZ33.4726.9516.01-
YUV142.47105.17170.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.64%
GREEN value IS 120 (47.27% from 255) = 28.30%
BLUE value IS 102 (40.23% from 255) = 24.06%
R=47.64%
G=28.30%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212010200.410.500.2110.848.5459.61
HexCA78660293215b313c
Octal3121701460516225136174
Binary11001010111100011001100101001110010101011011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7866; }

 p { color: rgb(202,120,102); }

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

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

 a { background-color: rgb(202,120,102); }

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

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

 span { border-color: rgb(202,120,102); }

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