Html Css Color HEX #CCC490 Winter Hazel

📋 copy color: '#CCC490'

red 204 ◦ green 196 ◦ blue 144

#CCC490
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Winter Hazel #CCC490

Tints of Winter Hazel #CCC490

RGB

 RED value IS 204 (80.08% from 255) = 37.5%

 GREEN value IS 196 (76.95% from 255) = 36.03%

 BLUE value IS 144 (56.64% from 255) = 26.47%

R = 37.5%
G = 36.03%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CCC490 (or 0xCCC490) is known color: Winter Hazel. HEX triplet: CC, C4 and 90. RGB value is (204,196,144). Sum of RGB (Red+Green+Blue) = 204+196+144=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 196 (76.95% from 255 or 36.03% from 544); Blue value is 144 (56.64% from 255 or 26.47% from 544); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC490 is #333B6F. Grayscale: #C0C0C0. Windows color (decimal): -3357552 or 9487564. OLE color: 9487564.

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

Color convert

RGB 204 196 144 -
CMYK 0 0.04 0.29 0.2
HSL 52º 0.37% 0.68% -
HSV(B) 52º 0.29% 0.8% -
XYZ 49.68 54.33 34.25 -
YUV 192.46 100.65 136.23 -
System Red Green Blue C M Y K H S L
Decimal 204 196 144 0 0.04 0.29 0.2 52 0.37 0.68
Hex CC C4 90 0 4 1D 14 34 25 44
Octal 314 304 220 0 4 35 24 64 45 104
Binary 11001100 11000100 10010000 0 100 11101 10100 110100 100101 1000100

Color Harmonies of #CCC490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC490

Black with #CCC490

Text Example


Text Example

White with #CCC490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC490; }

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

 H1.HeaderClassName
 {
   color: #CCC490;
 }
 .AnyTagClassName
 {
   color: #CCC490;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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