#CBC284

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

Shades of Winter Hazel #CBC284

Tints of Winter Hazel #CBC284

Color information

#CBC284 (or 0xCBC284) is unknown color: approx Winter Hazel. HEX triplet: CB, C2 and 84. RGB value is (203,194,132). Sum of RGB (Red+Green+Blue) = 203+194+132=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 194 (76.17% from 255 or 36.67% from 529); Blue value is 132 (51.95% from 255 or 24.95% from 529); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC284 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC284 is #343D7B. Grayscale: #BDBDBD. Windows color (decimal): -3423612 or 8700619. OLE color: 8700619.

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

Color convert

RGB203194132-
CMYK00.040.350.20
HSL52.39º40.57%65.69%-
HSV(B)52.39º34.98%79.61%-
XYZ48.0952.9529.52-
YUV189.6295.48137.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.37%
GREEN value IS 194 (76.17% from 255) = 36.67%
BLUE value IS 132 (51.95% from 255) = 24.95%
R=38.37%
G=36.67%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319413200.040.350.2052.3940.5765.69
HexCBC284042314342942
Octal3133022040443246451102
Binary1100101111000010100001000100100011101001101001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC284; }

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

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

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

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

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

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

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

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