Html Css Color HEX #CCC475 Winter Hazel

📋 copy color: '#CCC475'

red 204 ◦ green 196 ◦ blue 117

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

Shades of Winter Hazel #CCC475

Tints of Winter Hazel #CCC475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.63%

R = 39.46%
G = 37.91%
B = 22.63%

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

#CCC475 (or 0xCCC475) is known color: Winter Hazel. HEX triplet: CC, C4 and 75. RGB value is (204,196,117). Sum of RGB (Red+Green+Blue) = 204+196+117=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 196 (76.95% from 255 or 37.91% from 517); Blue value is 117 (46.09% from 255 or 22.63% from 517); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC475 is #333B8A. Grayscale: #BDBDBD. Windows color (decimal): -3357579 or 7718092. OLE color: 7718092.

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

Color convert

RGB 204 196 117 -
CMYK 0 0.04 0.43 0.2
HSL 54.48º 0.46% 0.63% -
HSV(B) 54.48º 0.43% 0.8% -
XYZ 47.85 53.6 24.65 -
YUV 189.39 87.15 138.42 -
System Red Green Blue C M Y K H S L
Decimal 204 196 117 0 0.04 0.43 0.2 54.48 0.46 0.63
Hex CC C4 75 0 4 2B 14 36 2E 3F
Octal 314 304 165 0 4 53 24 66 56 77
Binary 11001100 11000100 1110101 0 100 101011 10100 110110 101110 111111

Color Harmonies of #CCC475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC475

Black with #CCC475

Text Example


Text Example

White with #CCC475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC475; }

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

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

background-color css

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

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

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

border-color css

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

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

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