#CB7766

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

Shades of Japonica #CB7766

Tints of Japonica #CB7766

Color information

#CB7766 (or 0xCB7766) is unknown color: approx Japonica. HEX triplet: CB, 77 and 66. RGB value is (203,119,102). Sum of RGB (Red+Green+Blue) = 203+119+102=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 119 (46.88% from 255 or 28.07% from 424); Blue value is 102 (40.23% from 255 or 24.06% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7766 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7766 is #348899. Grayscale: #8E8E8E. Windows color (decimal): -3442842 or 6715339. OLE color: 6715339.

HSL color Cylindrical-coordinate representation of color #CB7766: hue angle of 10.1º 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 #CB7766 is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB203119102-
CMYK00.410.500.20
HSL10.1º49.27%59.8%-
HSV(B)10.1º49.75%79.61%-
XYZ33.6226.8515.98-
YUV142.18105.33171.38-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.88%
GREEN value IS 119 (46.88% from 255) = 28.07%
BLUE value IS 102 (40.23% from 255) = 24.06%
R=47.88%
G=28.07%
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.20
SystemRedGreenBlueCMYKHSL
Decimal20311910200.410.500.2010.149.2759.8
HexCB77660293214a313c
Octal3131671460516224126174
Binary11001011111011111001100101001110010101001010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7766; }

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

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

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

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

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

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

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

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