Html Css Color HEX #CCC573 Winter Hazel

📋 copy color: '#CCC573'

red 204 ◦ green 197 ◦ blue 115

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

Shades of Winter Hazel #CCC573

Tints of Winter Hazel #CCC573

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.18%

 BLUE value IS 115 (45.31% from 255) = 22.29%

R = 39.53%
G = 38.18%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CCC573 (or 0xCCC573) is known color: Winter Hazel. HEX triplet: CC, C5 and 73. RGB value is (204,197,115). Sum of RGB (Red+Green+Blue) = 204+197+115=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 197 (77.34% from 255 or 38.18% from 516); Blue value is 115 (45.31% from 255 or 22.29% from 516); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC573 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC573 is #333A8C. Grayscale: #BEBEBE. Windows color (decimal): -3357325 or 7587276. OLE color: 7587276.

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

Color convert

RGB 204 197 115 -
CMYK 0 0.03 0.44 0.2
HSL 55.28º 0.47% 0.63% -
HSV(B) 55.28º 0.44% 0.8% -
XYZ 47.96 54.01 24.12 -
YUV 189.75 85.82 138.17 -
System Red Green Blue C M Y K H S L
Decimal 204 197 115 0 0.03 0.44 0.2 55.28 0.47 0.63
Hex CC C5 73 0 3 2C 14 37 2F 3F
Octal 314 305 163 0 3 54 24 67 57 77
Binary 11001100 11000101 1110011 0 11 101100 10100 110111 101111 111111

Color Harmonies of #CCC573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC573

Black with #CCC573

Text Example


Text Example

White with #CCC573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC573; }

 p { color: rgb(204,197,115); }

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

background-color css

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

 a { background-color: rgb(204,197,115); }

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

border-color css

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

 span { border-color: rgb(204,197,115); }

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