Html Css Color HEX #CCC071 Winter Hazel

📋 copy color: '#CCC071'

red 204 ◦ green 192 ◦ blue 113

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

Shades of Winter Hazel #CCC071

Tints of Winter Hazel #CCC071

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.72%

 BLUE value IS 113 (44.53% from 255) = 22.2%

R = 40.08%
G = 37.72%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#CCC071 (or 0xCCC071) is known color: Winter Hazel. HEX triplet: CC, C0 and 71. RGB value is (204,192,113). Sum of RGB (Red+Green+Blue) = 204+192+113=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 192 (75.39% from 255 or 37.72% from 509); Blue value is 113 (44.53% from 255 or 22.20% from 509); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC071 is #333F8E. Grayscale: #BABABA. Windows color (decimal): -3358607 or 7454924. OLE color: 7454924.

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

Color convert

RGB 204 192 113 -
CMYK 0 0.06 0.45 0.2
HSL 52.09º 0.47% 0.62% -
HSV(B) 52.09º 0.45% 0.8% -
XYZ 46.73 51.73 23.14 -
YUV 186.58 86.48 140.42 -
System Red Green Blue C M Y K H S L
Decimal 204 192 113 0 0.06 0.45 0.2 52.09 0.47 0.62
Hex CC C0 71 0 6 2D 14 34 2F 3E
Octal 314 300 161 0 6 55 24 64 57 76
Binary 11001100 11000000 1110001 0 110 101101 10100 110100 101111 111110

Color Harmonies of #CCC071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC071

Black with #CCC071

Text Example


Text Example

White with #CCC071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC071; }

 p { color: rgb(204,192,113); }

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

background-color css

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

 a { background-color: rgb(204,192,113); }

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

border-color css

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

 span { border-color: rgb(204,192,113); }

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