#CBC084

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

Shades of Winter Hazel #CBC084

Tints of Winter Hazel #CBC084

Color information

#CBC084 (or 0xCBC084) is unknown color: approx Winter Hazel. HEX triplet: CB, C0 and 84. RGB value is (203,192,132). Sum of RGB (Red+Green+Blue) = 203+192+132=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 192 (75.39% from 255 or 36.43% from 527); Blue value is 132 (51.95% from 255 or 25.05% from 527); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC084 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC084 is #343F7B. Grayscale: #BCBCBC. Windows color (decimal): -3424124 or 8700107. OLE color: 8700107.

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

Color convert

RGB203192132-
CMYK00.050.350.20
HSL50.7º40.57%65.69%-
HSV(B)50.7º34.98%79.61%-
XYZ47.6452.0629.37-
YUV188.4596.14138.38-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.52%
GREEN value IS 192 (75.39% from 255) = 36.43%
BLUE value IS 132 (51.95% from 255) = 25.05%
R=38.52%
G=36.43%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319213200.050.350.2050.740.5765.69
HexCBC084052314332942
Octal3133002040543246351102
Binary1100101111000000100001000101100011101001100111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC084; }

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

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

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

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

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

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

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

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