#CBC58E

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

Shades of Winter Hazel #CBC58E

Tints of Winter Hazel #CBC58E

Color information

#CBC58E (or 0xCBC58E) is unknown color: approx Winter Hazel. HEX triplet: CB, C5 and 8E. RGB value is (203,197,142). Sum of RGB (Red+Green+Blue) = 203+197+142=542 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.45% from 542); Green value is 197 (77.34% from 255 or 36.35% from 542); Blue value is 142 (55.86% from 255 or 26.20% from 542); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC58E is #343A71. Grayscale: #C0C0C0. Windows color (decimal): -3422834 or 9356747. OLE color: 9356747.

HSL color Cylindrical-coordinate representation of color #CBC58E: hue angle of 54.1º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBC58E is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB203197142-
CMYK00.030.300.20
HSL54.1º36.97%67.65%-
HSV(B)54.1º30.05%79.61%-
XYZ49.4854.5833.52-
YUV192.5299.49135.47-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.45%
GREEN value IS 197 (77.34% from 255) = 36.35%
BLUE value IS 142 (55.86% from 255) = 26.20%
R=37.45%
G=36.35%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319714200.030.300.2054.136.9767.65
HexCBC58E031E14362544
Octal3133052160336246645104
Binary11001011110001011000111001111110101001101101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC58E; }

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

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

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

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

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

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

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

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