Html Css Color HEX #CCC572 Winter Hazel

📋 copy color: '#CCC572'

red 204 ◦ green 197 ◦ blue 114

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

Shades of Winter Hazel #CCC572

Tints of Winter Hazel #CCC572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.14%

R = 39.61%
G = 38.25%
B = 22.14%

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

#CCC572 (or 0xCCC572) is known color: Winter Hazel. HEX triplet: CC, C5 and 72. RGB value is (204,197,114). Sum of RGB (Red+Green+Blue) = 204+197+114=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 197 (77.34% from 255 or 38.25% from 515); Blue value is 114 (44.92% from 255 or 22.14% from 515); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC572 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC572 is #333A8D. Grayscale: #BDBDBD. Windows color (decimal): -3357326 or 7521740. OLE color: 7521740.

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

Color convert

RGB 204 197 114 -
CMYK 0 0.03 0.44 0.2
HSL 55.33º 0.47% 0.62% -
HSV(B) 55.33º 0.44% 0.8% -
XYZ 47.91 53.98 23.81 -
YUV 189.63 85.32 138.25 -
System Red Green Blue C M Y K H S L
Decimal 204 197 114 0 0.03 0.44 0.2 55.33 0.47 0.62
Hex CC C5 72 0 3 2C 14 37 2F 3E
Octal 314 305 162 0 3 54 24 67 57 76
Binary 11001100 11000101 1110010 0 11 101100 10100 110111 101111 111110

Color Harmonies of #CCC572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC572

Black with #CCC572

Text Example


Text Example

White with #CCC572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC572; }

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

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

background-color css

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

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

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

border-color css

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

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

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