#CBC588

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

Shades of Winter Hazel #CBC588

Tints of Winter Hazel #CBC588

Color information

#CBC588 (or 0xCBC588) is unknown color: approx Winter Hazel. HEX triplet: CB, C5 and 88. RGB value is (203,197,136). Sum of RGB (Red+Green+Blue) = 203+197+136=536 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.87% from 536); Green value is 197 (77.34% from 255 or 36.75% from 536); Blue value is 136 (53.52% from 255 or 25.37% from 536); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC588 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC588 is #343A77. Grayscale: #C0C0C0. Windows color (decimal): -3422840 or 8963531. OLE color: 8963531.

HSL color Cylindrical-coordinate representation of color #CBC588: hue angle of 54.63º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CBC588 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB203197136-
CMYK00.030.330.20
HSL54.63º39.18%66.47%-
HSV(B)54.63º33%79.61%-
XYZ49.0454.4131.21-
YUV191.8496.49135.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.87%
GREEN value IS 197 (77.34% from 255) = 36.75%
BLUE value IS 136 (53.52% from 255) = 25.37%
R=37.87%
G=36.75%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319713600.030.330.2054.6339.1866.47
HexCBC588032114372742
Octal3133052100341246747102
Binary110010111100010110001000011100001101001101111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC588; }

 p { color: rgb(203,197,136); }

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

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

 a { background-color: rgb(203,197,136); }

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

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

 span { border-color: rgb(203,197,136); }

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