#CCC383

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

Shades of Winter Hazel #CCC383

Tints of Winter Hazel #CCC383

Color information

#CCC383 (or 0xCCC383) is unknown color: approx Winter Hazel. HEX triplet: CC, C3 and 83. RGB value is (204,195,131). Sum of RGB (Red+Green+Blue) = 204+195+131=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 195 (76.56% from 255 or 36.79% from 530); Blue value is 131 (51.56% from 255 or 24.72% from 530); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC383 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC383 is #333C7C. Grayscale: #BEBEBE. Windows color (decimal): -3357821 or 8635340. OLE color: 8635340.

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

Color convert

RGB204195131-
CMYK00.040.360.2
HSL52.6º41.71%65.69%-
HSV(B)52.6º35.78%80%-
XYZ48.5153.5129.24-
YUV190.494.48137.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.49%
GREEN value IS 195 (76.56% from 255) = 36.79%
BLUE value IS 131 (51.56% from 255) = 24.72%
R=38.49%
G=36.79%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.36
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419513100.040.360.252.641.7165.69
HexCCC383042414352a42
Octal3143032030444246552102
Binary1100110011000011100000110100100100101001101011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC383; }

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

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

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

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

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

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

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

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