#CB7764

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

Shades of Japonica #CB7764

Tints of Japonica #CB7764

Color information

#CB7764 (or 0xCB7764) is unknown color: approx Japonica. HEX triplet: CB, 77 and 64. RGB value is (203,119,100). Sum of RGB (Red+Green+Blue) = 203+119+100=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 119 (46.88% from 255 or 28.20% from 422); Blue value is 100 (39.45% from 255 or 23.70% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7764 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7764 is #34889B. Grayscale: #8E8E8E. Windows color (decimal): -3442844 or 6584267. OLE color: 6584267.

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

Color convert

RGB203119100-
CMYK00.410.510.20
HSL11.07º49.76%59.41%-
HSV(B)11.07º50.74%79.61%-
XYZ33.5326.8115.46-
YUV141.95104.33171.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.10%
GREEN value IS 119 (46.88% from 255) = 28.20%
BLUE value IS 100 (39.45% from 255) = 23.70%
R=48.10%
G=28.20%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311910000.410.510.2011.0749.7659.41
HexCB77640293314b323b
Octal3131671440516324136273
Binary11001011111011111001000101001110011101001011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7764; }

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

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

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

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

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

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

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

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