Html Css Color HEX #CCC491 Winter Hazel

📋 copy color: '#CCC491'

red 204 ◦ green 196 ◦ blue 145

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

Shades of Winter Hazel #CCC491

Tints of Winter Hazel #CCC491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 26.61%

R = 37.43%
G = 35.96%
B = 26.61%

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

#CCC491 (or 0xCCC491) is known color: Winter Hazel. HEX triplet: CC, C4 and 91. RGB value is (204,196,145). Sum of RGB (Red+Green+Blue) = 204+196+145=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 196 (76.95% from 255 or 35.96% from 545); Blue value is 145 (57.03% from 255 or 26.61% from 545); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC491 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC491 is #333B6E. Grayscale: #C0C0C0. Windows color (decimal): -3357551 or 9553100. OLE color: 9553100.

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

Color convert

RGB 204 196 145 -
CMYK 0 0.04 0.29 0.2
HSL 51.86º 0.37% 0.68% -
HSV(B) 51.86º 0.29% 0.8% -
XYZ 49.75 54.36 34.66 -
YUV 192.58 101.15 136.15 -
System Red Green Blue C M Y K H S L
Decimal 204 196 145 0 0.04 0.29 0.2 51.86 0.37 0.68
Hex CC C4 91 0 4 1D 14 34 25 44
Octal 314 304 221 0 4 35 24 64 45 104
Binary 11001100 11000100 10010001 0 100 11101 10100 110100 100101 1000100

Color Harmonies of #CCC491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC491

Black with #CCC491

Text Example


Text Example

White with #CCC491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC491; }

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

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

background-color css

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

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

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

border-color css

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

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

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