Html Css Color HEX #CCC277 Winter Hazel

📋 copy color: '#CCC277'

red 204 ◦ green 194 ◦ blue 119

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

Shades of Winter Hazel #CCC277

Tints of Winter Hazel #CCC277

RGB

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

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

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

R = 39.46%
G = 37.52%
B = 23.02%

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

#CCC277 (or 0xCCC277) is known color: Winter Hazel. HEX triplet: CC, C2 and 77. RGB value is (204,194,119). Sum of RGB (Red+Green+Blue) = 204+194+119=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 194 (76.17% from 255 or 37.52% from 517); Blue value is 119 (46.88% from 255 or 23.02% from 517); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC277 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC277 is #333D88. Grayscale: #BCBCBC. Windows color (decimal): -3358089 or 7848652. OLE color: 7848652.

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

Color convert

RGB 204 194 119 -
CMYK 0 0.05 0.42 0.2
HSL 52.94º 0.45% 0.63% -
HSV(B) 52.94º 0.42% 0.8% -
XYZ 47.52 52.75 25.13 -
YUV 188.44 88.81 139.1 -
System Red Green Blue C M Y K H S L
Decimal 204 194 119 0 0.05 0.42 0.2 52.94 0.45 0.63
Hex CC C2 77 0 5 2A 14 35 2D 3F
Octal 314 302 167 0 5 52 24 65 55 77
Binary 11001100 11000010 1110111 0 101 101010 10100 110101 101101 111111

Color Harmonies of #CCC277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC277

Black with #CCC277

Text Example


Text Example

White with #CCC277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC277; }

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

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

background-color css

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

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

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

border-color css

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

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

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