Html Css Color HEX #CCC474 Winter Hazel

📋 copy color: '#CCC474'

red 204 ◦ green 196 ◦ blue 116

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

Shades of Winter Hazel #CCC474

Tints of Winter Hazel #CCC474

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.98%

 BLUE value IS 116 (45.7% from 255) = 22.48%

R = 39.53%
G = 37.98%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CCC474 (or 0xCCC474) is known color: Winter Hazel. HEX triplet: CC, C4 and 74. RGB value is (204,196,116). Sum of RGB (Red+Green+Blue) = 204+196+116=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 196 (76.95% from 255 or 37.98% from 516); Blue value is 116 (45.70% from 255 or 22.48% from 516); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC474 is #333B8B. Grayscale: #BDBDBD. Windows color (decimal): -3357580 or 7652556. OLE color: 7652556.

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

Color convert

RGB 204 196 116 -
CMYK 0 0.04 0.43 0.2
HSL 54.55º 0.46% 0.63% -
HSV(B) 54.55º 0.43% 0.8% -
XYZ 47.79 53.58 24.35 -
YUV 189.27 86.65 138.5 -
System Red Green Blue C M Y K H S L
Decimal 204 196 116 0 0.04 0.43 0.2 54.55 0.46 0.63
Hex CC C4 74 0 4 2B 14 37 2E 3F
Octal 314 304 164 0 4 53 24 67 56 77
Binary 11001100 11000100 1110100 0 100 101011 10100 110111 101110 111111

Color Harmonies of #CCC474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC474

Black with #CCC474

Text Example


Text Example

White with #CCC474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC474; }

 p { color: rgb(204,196,116); }

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

background-color css

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

 a { background-color: rgb(204,196,116); }

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

border-color css

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

 span { border-color: rgb(204,196,116); }

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