#CBC582

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

Shades of Winter Hazel #CBC582

Tints of Winter Hazel #CBC582

Color information

#CBC582 (or 0xCBC582) is unknown color: approx Winter Hazel. HEX triplet: CB, C5 and 82. RGB value is (203,197,130). Sum of RGB (Red+Green+Blue) = 203+197+130=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 197 (77.34% from 255 or 37.17% from 530); Blue value is 130 (51.17% from 255 or 24.53% from 530); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC582 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC582 is #343A7D. Grayscale: #BFBFBF. Windows color (decimal): -3422846 or 8570315. OLE color: 8570315.

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

Color convert

RGB203197130-
CMYK00.030.360.20
HSL55.07º41.24%65.29%-
HSV(B)55.07º35.96%79.61%-
XYZ48.6254.2429.03-
YUV191.1693.49136.45-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.30%
GREEN value IS 197 (77.34% from 255) = 37.17%
BLUE value IS 130 (51.17% from 255) = 24.53%
R=38.30%
G=37.17%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319713000.030.360.2055.0741.2465.29
HexCBC582032414372941
Octal3133052020344246751101
Binary110010111100010110000010011100100101001101111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC582; }

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

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

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

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

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

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

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

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