#CB6B59

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

Shades of Japonica #CB6B59

Tints of Japonica #CB6B59

Color information

#CB6B59 (or 0xCB6B59) is unknown color: approx Japonica. HEX triplet: CB, 6B and 59. RGB value is (203,107,89). Sum of RGB (Red+Green+Blue) = 203+107+89=399 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.88% from 399); Green value is 107 (42.19% from 255 or 26.82% from 399); Blue value is 89 (35.16% from 255 or 22.31% from 399); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6B59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6B59 is #3494A6. Grayscale: #858585. Windows color (decimal): -3445927 or 5860299. OLE color: 5860299.

HSL color Cylindrical-coordinate representation of color #CB6B59: hue angle of 9.47º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB6B59 is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB20310789-
CMYK00.470.560.20
HSL9.47º52.29%57.25%-
HSV(B)9.47º56.16%79.61%-
XYZ31.6923.9312.4-
YUV133.65102.8177.46-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.88%
GREEN value IS 107 (42.19% from 255) = 26.82%
BLUE value IS 89 (35.16% from 255) = 22.31%
R=50.88%
G=26.82%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031078900.470.560.209.4752.2957.25
HexCB6B5902F381493439
Octal3131531310577024116471
Binary11001011110101110110010101111111000101001001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6B59; }

 p { color: rgb(203,107,89); }

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

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

 a { background-color: rgb(203,107,89); }

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

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

 span { border-color: rgb(203,107,89); }

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