Html Css Color HEX #CCC691 Winter Hazel

📋 copy color: '#CCC691'

red 204 ◦ green 198 ◦ blue 145

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

Shades of Winter Hazel #CCC691

Tints of Winter Hazel #CCC691

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.2%

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

R = 37.29%
G = 36.2%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CCC691 (or 0xCCC691) is known color: Winter Hazel. HEX triplet: CC, C6 and 91. RGB value is (204,198,145). Sum of RGB (Red+Green+Blue) = 204+198+145=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 198 (77.73% from 255 or 36.20% from 547); Blue value is 145 (57.03% from 255 or 26.51% from 547); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC691 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC691 is #33396E. Grayscale: #C1C1C1. Windows color (decimal): -3357039 or 9553612. OLE color: 9553612.

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

Color convert

RGB 204 198 145 -
CMYK 0 0.03 0.29 0.2
HSL 53.9º 0.37% 0.68% -
HSV(B) 53.9º 0.29% 0.8% -
XYZ 50.21 55.27 34.81 -
YUV 193.75 100.49 135.31 -
System Red Green Blue C M Y K H S L
Decimal 204 198 145 0 0.03 0.29 0.2 53.9 0.37 0.68
Hex CC C6 91 0 3 1D 14 36 25 44
Octal 314 306 221 0 3 35 24 66 45 104
Binary 11001100 11000110 10010001 0 11 11101 10100 110110 100101 1000100

Color Harmonies of #CCC691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC691

Black with #CCC691

Text Example


Text Example

White with #CCC691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC691; }

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

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

background-color css

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

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

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

border-color css

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

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

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