#CCC283

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

Shades of Winter Hazel #CCC283

Tints of Winter Hazel #CCC283

Color information

#CCC283 (or 0xCCC283) is unknown color: approx Winter Hazel. HEX triplet: CC, C2 and 83. RGB value is (204,194,131). Sum of RGB (Red+Green+Blue) = 204+194+131=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 194 (76.17% from 255 or 36.67% from 529); Blue value is 131 (51.56% from 255 or 24.76% from 529); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC283 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC283 is #333D7C. Grayscale: #BEBEBE. Windows color (decimal): -3358077 or 8635084. OLE color: 8635084.

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

Color convert

RGB204194131-
CMYK00.050.360.2
HSL51.78º41.71%65.69%-
HSV(B)51.78º35.78%80%-
XYZ48.2953.0629.17-
YUV189.8194.81138.12-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.56%
GREEN value IS 194 (76.17% from 255) = 36.67%
BLUE value IS 131 (51.56% from 255) = 24.76%
R=38.56%
G=36.67%
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.2
SystemRedGreenBlueCMYKHSL
Decimal20419413100.050.360.251.7841.7165.69
HexCCC283052414342a42
Octal3143022030544246452102
Binary1100110011000010100000110101100100101001101001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC283; }

 p { color: rgb(204,194,131); }

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

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

 a { background-color: rgb(204,194,131); }

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

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

 span { border-color: rgb(204,194,131); }

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