Html Css Color HEX #CCC177 Winter Hazel

📋 copy color: '#CCC177'

red 204 ◦ green 193 ◦ blue 119

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

Shades of Winter Hazel #CCC177

Tints of Winter Hazel #CCC177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.06%

R = 39.53%
G = 37.4%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CCC177 (or 0xCCC177) is known color: Winter Hazel. HEX triplet: CC, C1 and 77. RGB value is (204,193,119). Sum of RGB (Red+Green+Blue) = 204+193+119=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 193 (75.78% from 255 or 37.40% from 516); Blue value is 119 (46.88% from 255 or 23.06% from 516); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC177 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC177 is #333E88. Grayscale: #BCBCBC. Windows color (decimal): -3358345 or 7848396. OLE color: 7848396.

HSL color Cylindrical-coordinate representation of color #CCC177: hue angle of 52.24º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CCC177 is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 193 119 -
CMYK 0 0.05 0.42 0.2
HSL 52.24º 0.45% 0.63% -
HSV(B) 52.24º 0.42% 0.8% -
XYZ 47.3 52.31 25.06 -
YUV 187.85 89.14 139.52 -
System Red Green Blue C M Y K H S L
Decimal 204 193 119 0 0.05 0.42 0.2 52.24 0.45 0.63
Hex CC C1 77 0 5 2A 14 34 2D 3F
Octal 314 301 167 0 5 52 24 64 55 77
Binary 11001100 11000001 1110111 0 101 101010 10100 110100 101101 111111

Color Harmonies of #CCC177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC177

Black with #CCC177

Text Example


Text Example

White with #CCC177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC177; }

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

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

background-color css

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

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

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

border-color css

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

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

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