#CBC58B

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

Shades of Winter Hazel #CBC58B

Tints of Winter Hazel #CBC58B

Color information

#CBC58B (or 0xCBC58B) is unknown color: approx Winter Hazel. HEX triplet: CB, C5 and 8B. RGB value is (203,197,139). Sum of RGB (Red+Green+Blue) = 203+197+139=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 197 (77.34% from 255 or 36.55% from 539); Blue value is 139 (54.69% from 255 or 25.79% from 539); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC58B is #343A74. Grayscale: #C0C0C0. Windows color (decimal): -3422837 or 9160139. OLE color: 9160139.

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

Color convert

RGB203197139-
CMYK00.030.320.20
HSL54.38º38.1%67.06%-
HSV(B)54.38º31.53%79.61%-
XYZ49.2654.4932.35-
YUV192.1897.99135.72-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.66%
GREEN value IS 197 (77.34% from 255) = 36.55%
BLUE value IS 139 (54.69% from 255) = 25.79%
R=37.66%
G=36.55%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319713900.030.320.2054.3838.167.06
HexCBC58B032014362643
Octal3133052130340246646103
Binary110010111100010110001011011100000101001101101001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC58B; }

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

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

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

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

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

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

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

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