Html Css Color HEX #CCC191 Winter Hazel

📋 copy color: '#CCC191'

red 204 ◦ green 193 ◦ blue 145

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

Shades of Winter Hazel #CCC191

Tints of Winter Hazel #CCC191

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.61%

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

R = 37.64%
G = 35.61%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CCC191 (or 0xCCC191) is known color: Winter Hazel. HEX triplet: CC, C1 and 91. RGB value is (204,193,145). Sum of RGB (Red+Green+Blue) = 204+193+145=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 193 (75.78% from 255 or 35.61% from 542); Blue value is 145 (57.03% from 255 or 26.75% from 542); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC191 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC191 is #333E6E. Grayscale: #BFBFBF. Windows color (decimal): -3358319 or 9552332. OLE color: 9552332.

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

Color convert

RGB 204 193 145 -
CMYK 0 0.05 0.29 0.2
HSL 48.81º 0.37% 0.68% -
HSV(B) 48.81º 0.29% 0.8% -
XYZ 49.08 53.02 34.44 -
YUV 190.82 102.14 137.4 -
System Red Green Blue C M Y K H S L
Decimal 204 193 145 0 0.05 0.29 0.2 48.81 0.37 0.68
Hex CC C1 91 0 5 1D 14 31 25 44
Octal 314 301 221 0 5 35 24 61 45 104
Binary 11001100 11000001 10010001 0 101 11101 10100 110001 100101 1000100

Color Harmonies of #CCC191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC191

Black with #CCC191

Text Example


Text Example

White with #CCC191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC191; }

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

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

background-color css

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

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

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

border-color css

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

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

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