Html Css Color HEX #CCC371 Winter Hazel

📋 copy color: '#CCC371'

red 204 ◦ green 195 ◦ blue 113

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

Shades of Winter Hazel #CCC371

Tints of Winter Hazel #CCC371

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.09%

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

R = 39.84%
G = 38.09%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#CCC371 (or 0xCCC371) is known color: Winter Hazel. HEX triplet: CC, C3 and 71. RGB value is (204,195,113). Sum of RGB (Red+Green+Blue) = 204+195+113=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 195 (76.56% from 255 or 38.09% from 512); Blue value is 113 (44.53% from 255 or 22.07% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC371 is #333C8E. Grayscale: #BCBCBC. Windows color (decimal): -3357839 or 7455692. OLE color: 7455692.

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

Color convert

RGB 204 195 113 -
CMYK 0 0.04 0.45 0.2
HSL 54.07º 0.47% 0.62% -
HSV(B) 54.07º 0.45% 0.8% -
XYZ 47.4 53.06 23.37 -
YUV 188.34 85.48 139.17 -
System Red Green Blue C M Y K H S L
Decimal 204 195 113 0 0.04 0.45 0.2 54.07 0.47 0.62
Hex CC C3 71 0 4 2D 14 36 2F 3E
Octal 314 303 161 0 4 55 24 66 57 76
Binary 11001100 11000011 1110001 0 100 101101 10100 110110 101111 111110

Color Harmonies of #CCC371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC371

Black with #CCC371

Text Example


Text Example

White with #CCC371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC371; }

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

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

background-color css

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

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

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

border-color css

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

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

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