#CBC081

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

Shades of Winter Hazel #CBC081

Tints of Winter Hazel #CBC081

Color information

#CBC081 (or 0xCBC081) is unknown color: approx Winter Hazel. HEX triplet: CB, C0 and 81. RGB value is (203,192,129). Sum of RGB (Red+Green+Blue) = 203+192+129=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 192 (75.39% from 255 or 36.64% from 524); Blue value is 129 (50.78% from 255 or 24.62% from 524); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC081 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC081 is #343F7E. Grayscale: #BCBCBC. Windows color (decimal): -3424127 or 8503499. OLE color: 8503499.

HSL color Cylindrical-coordinate representation of color #CBC081: hue angle of 51.08º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CBC081 is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.20.

Color convert

RGB203192129-
CMYK00.050.360.20
HSL51.08º41.57%65.1%-
HSV(B)51.08º36.45%79.61%-
XYZ47.4451.9828.3-
YUV188.1194.64138.62-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.74%
GREEN value IS 192 (75.39% from 255) = 36.64%
BLUE value IS 129 (50.78% from 255) = 24.62%
R=38.74%
G=36.64%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319212900.050.360.2051.0841.5765.1
HexCBC081052414332a41
Octal3133002010544246352101
Binary1100101111000000100000010101100100101001100111010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC081; }

 p { color: rgb(203,192,129); }

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

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

 a { background-color: rgb(203,192,129); }

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

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

 span { border-color: rgb(203,192,129); }

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