#CB7559

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

Shades of Japonica #CB7559

Tints of Japonica #CB7559

Color information

#CB7559 (or 0xCB7559) is unknown color: approx Japonica. HEX triplet: CB, 75 and 59. RGB value is (203,117,89). Sum of RGB (Red+Green+Blue) = 203+117+89=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 117 (46.09% from 255 or 28.61% from 409); Blue value is 89 (35.16% from 255 or 21.76% from 409); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7559 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7559 is #348AA6. Grayscale: #8B8B8B. Windows color (decimal): -3443367 or 5862859. OLE color: 5862859.

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

Color convert

RGB20311789-
CMYK00.420.560.20
HSL14.74º52.29%57.25%-
HSV(B)14.74º56.16%79.61%-
XYZ32.7926.1412.77-
YUV139.5299.49173.28-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.63%
GREEN value IS 117 (46.09% from 255) = 28.61%
BLUE value IS 89 (35.16% from 255) = 21.76%
R=49.63%
G=28.61%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031178900.420.560.2014.7452.2957.25
HexCB755902A3814f3439
Octal3131651310527024176471
Binary11001011111010110110010101010111000101001111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7559; }

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

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

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

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

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

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

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

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