#CCC390

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

Shades of Winter Hazel #CCC390

Tints of Winter Hazel #CCC390

Color information

#CCC390 (or 0xCCC390) is unknown color: approx Winter Hazel. HEX triplet: CC, C3 and 90. RGB value is (204,195,144). Sum of RGB (Red+Green+Blue) = 204+195+144=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 195 (76.56% from 255 or 35.91% from 543); Blue value is 144 (56.64% from 255 or 26.52% from 543); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC390 is #333C6F. Grayscale: #C0C0C0. Windows color (decimal): -3357808 or 9487308. OLE color: 9487308.

HSL color Cylindrical-coordinate representation of color #CCC390: hue angle of 51º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCC390 is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.2.

Color convert

RGB204195144-
CMYK00.040.290.2
HSL51º37.04%68.24%-
HSV(B)51º29.41%80%-
XYZ49.4553.8834.18-
YUV191.88100.98136.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.57%
GREEN value IS 195 (76.56% from 255) = 35.91%
BLUE value IS 144 (56.64% from 255) = 26.52%
R=37.57%
G=35.91%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419514400.040.290.25137.0468.24
HexCCC390041D14332544
Octal3143032200435246345104
Binary110011001100001110010000010011101101001100111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC390; }

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

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

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

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

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

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

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

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