#CBC484

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

Shades of Winter Hazel #CBC484

Tints of Winter Hazel #CBC484

Color information

#CBC484 (or 0xCBC484) is unknown color: approx Winter Hazel. HEX triplet: CB, C4 and 84. RGB value is (203,196,132). Sum of RGB (Red+Green+Blue) = 203+196+132=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 196 (76.95% from 255 or 36.91% from 531); Blue value is 132 (51.95% from 255 or 24.86% from 531); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC484 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC484 is #343B7B. Grayscale: #BFBFBF. Windows color (decimal): -3423100 or 8701131. OLE color: 8701131.

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

Color convert

RGB203196132-
CMYK00.030.350.20
HSL54.08º40.57%65.69%-
HSV(B)54.08º34.98%79.61%-
XYZ48.5353.8429.66-
YUV190.894.82136.7-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.23%
GREEN value IS 196 (76.95% from 255) = 36.91%
BLUE value IS 132 (51.95% from 255) = 24.86%
R=38.23%
G=36.91%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319613200.030.350.2054.0840.5765.69
HexCBC484032314362942
Octal3133042040343246651102
Binary110010111100010010000100011100011101001101101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC484; }

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

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

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

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

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

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

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

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