#CB6D60

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

Shades of Japonica #CB6D60

Tints of Japonica #CB6D60

Color information

#CB6D60 (or 0xCB6D60) is unknown color: approx Japonica. HEX triplet: CB, 6D and 60. RGB value is (203,109,96). Sum of RGB (Red+Green+Blue) = 203+109+96=408 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.75% from 408); Green value is 109 (42.97% from 255 or 26.72% from 408); Blue value is 96 (37.89% from 255 or 23.53% from 408); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6D60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6D60 is #34929F. Grayscale: #878787. Windows color (decimal): -3445408 or 6319563. OLE color: 6319563.

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

Color convert

RGB20310996-
CMYK00.460.530.20
HSL7.29º50.71%58.63%-
HSV(B)7.29º52.71%79.61%-
XYZ32.2124.4814.09-
YUV135.62105.64176.06-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.75%
GREEN value IS 109 (42.97% from 255) = 26.72%
BLUE value IS 96 (37.89% from 255) = 23.53%
R=49.75%
G=26.72%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031099600.460.530.207.2950.7158.63
HexCB6D6002E35147333b
Octal313155140056652476373
Binary1100101111011011100000010111011010110100111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6D60; }

 p { color: rgb(203,109,96); }

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

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

 a { background-color: rgb(203,109,96); }

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

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

 span { border-color: rgb(203,109,96); }

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