Html Css Color HEX #CCC091 Winter Hazel

📋 copy color: '#CCC091'

red 204 ◦ green 192 ◦ blue 145

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

Shades of Winter Hazel #CCC091

Tints of Winter Hazel #CCC091

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.49%

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

R = 37.71%
G = 35.49%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CCC091 (or 0xCCC091) is known color: Winter Hazel. HEX triplet: CC, C0 and 91. RGB value is (204,192,145). Sum of RGB (Red+Green+Blue) = 204+192+145=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 192 (75.39% from 255 or 35.49% from 541); Blue value is 145 (57.03% from 255 or 26.80% from 541); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC091 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC091 is #333F6E. Grayscale: #BEBEBE. Windows color (decimal): -3358575 or 9552076. OLE color: 9552076.

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

Color convert

RGB 204 192 145 -
CMYK 0 0.06 0.29 0.2
HSL 47.8º 0.37% 0.68% -
HSV(B) 47.8º 0.29% 0.8% -
XYZ 48.86 52.58 34.36 -
YUV 190.23 102.48 137.82 -
System Red Green Blue C M Y K H S L
Decimal 204 192 145 0 0.06 0.29 0.2 47.8 0.37 0.68
Hex CC C0 91 0 6 1D 14 30 25 44
Octal 314 300 221 0 6 35 24 60 45 104
Binary 11001100 11000000 10010001 0 110 11101 10100 110000 100101 1000100

Color Harmonies of #CCC091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC091

Black with #CCC091

Text Example


Text Example

White with #CCC091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC091; }

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

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

background-color css

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

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

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

border-color css

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

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

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