#CB7866

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

Shades of Japonica #CB7866

Tints of Japonica #CB7866

Color information

#CB7866 (or 0xCB7866) is unknown color: approx Japonica. HEX triplet: CB, 78 and 66. RGB value is (203,120,102). Sum of RGB (Red+Green+Blue) = 203+120+102=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 120 (47.27% from 255 or 28.24% from 425); Blue value is 102 (40.23% from 255 or 24% from 425); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7866 is #348799. Grayscale: #8E8E8E. Windows color (decimal): -3442586 or 6715595. OLE color: 6715595.

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

Color convert

RGB203120102-
CMYK00.410.500.20
HSL10.69º49.27%59.8%-
HSV(B)10.69º49.75%79.61%-
XYZ33.7427.0916.02-
YUV142.76105170.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.76%
GREEN value IS 120 (47.27% from 255) = 28.24%
BLUE value IS 102 (40.23% from 255) = 24%
R=47.76%
G=28.24%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312010200.410.500.2010.6949.2759.8
HexCB78660293214b313c
Octal3131701460516224136174
Binary11001011111100011001100101001110010101001011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7866; }

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

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

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

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

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

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

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

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