#CCC690

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

Shades of Winter Hazel #CCC690

Tints of Winter Hazel #CCC690

Color information

#CCC690 (or 0xCCC690) is unknown color: approx Winter Hazel. HEX triplet: CC, C6 and 90. RGB value is (204,198,144). Sum of RGB (Red+Green+Blue) = 204+198+144=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 198 (77.73% from 255 or 36.26% from 546); Blue value is 144 (56.64% from 255 or 26.37% from 546); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC690 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC690 is #33396F. Grayscale: #C1C1C1. Windows color (decimal): -3357040 or 9488076. OLE color: 9488076.

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

Color convert

RGB204198144-
CMYK00.030.290.2
HSL54º37.04%68.24%-
HSV(B)54º29.41%80%-
XYZ50.1355.2434.41-
YUV193.6499.99135.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.36%
GREEN value IS 198 (77.73% from 255) = 36.26%
BLUE value IS 144 (56.64% from 255) = 26.37%
R=37.36%
G=36.26%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419814400.030.290.25437.0468.24
HexCCC690031D14362544
Octal3143062200335246645104
Binary11001100110001101001000001111101101001101101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC690; }

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

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

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

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

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

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

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

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