Html Css Color HEX #CCC291 Winter Hazel

📋 copy color: '#CCC291'

red 204 ◦ green 194 ◦ blue 145

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

Shades of Winter Hazel #CCC291

Tints of Winter Hazel #CCC291

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.73%

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

R = 37.57%
G = 35.73%
B = 26.7%

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

#CCC291 (or 0xCCC291) is known color: Winter Hazel. HEX triplet: CC, C2 and 91. RGB value is (204,194,145). Sum of RGB (Red+Green+Blue) = 204+194+145=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 194 (76.17% from 255 or 35.73% from 543); Blue value is 145 (57.03% from 255 or 26.70% from 543); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC291 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC291 is #333D6E. Grayscale: #BFBFBF. Windows color (decimal): -3358063 or 9552588. OLE color: 9552588.

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

Color convert

RGB 204 194 145 -
CMYK 0 0.05 0.29 0.2
HSL 49.83º 0.37% 0.68% -
HSV(B) 49.83º 0.29% 0.8% -
XYZ 49.3 53.47 34.51 -
YUV 191.4 101.81 136.98 -
System Red Green Blue C M Y K H S L
Decimal 204 194 145 0 0.05 0.29 0.2 49.83 0.37 0.68
Hex CC C2 91 0 5 1D 14 32 25 44
Octal 314 302 221 0 5 35 24 62 45 104
Binary 11001100 11000010 10010001 0 101 11101 10100 110010 100101 1000100

Color Harmonies of #CCC291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC291

Black with #CCC291

Text Example


Text Example

White with #CCC291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC291; }

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

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

background-color css

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

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

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

border-color css

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

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

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