#CBC082

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

Shades of Winter Hazel #CBC082

Tints of Winter Hazel #CBC082

Color information

#CBC082 (or 0xCBC082) is unknown color: approx Winter Hazel. HEX triplet: CB, C0 and 82. RGB value is (203,192,130). Sum of RGB (Red+Green+Blue) = 203+192+130=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 192 (75.39% from 255 or 36.57% from 525); Blue value is 130 (51.17% from 255 or 24.76% from 525); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC082 is #343F7D. Grayscale: #BCBCBC. Windows color (decimal): -3424126 or 8569035. OLE color: 8569035.

HSL color Cylindrical-coordinate representation of color #CBC082: hue angle of 50.96º degrees, saturation: 0.41, 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 #CBC082 is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.20.

Color convert

RGB203192130-
CMYK00.050.360.20
HSL50.96º41.24%65.29%-
HSV(B)50.96º35.96%79.61%-
XYZ47.5152.0128.65-
YUV188.2295.14138.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.67%
GREEN value IS 192 (75.39% from 255) = 36.57%
BLUE value IS 130 (51.17% from 255) = 24.76%
R=38.67%
G=36.57%
B=24.76%

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
Decimal20319213000.050.360.2050.9641.2465.29
HexCBC082052414332941
Octal3133002020544246351101
Binary1100101111000000100000100101100100101001100111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC082; }

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

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

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

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

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

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

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

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