Html Css Color HEX #CCC373 Winter Hazel

📋 copy color: '#CCC373'

red 204 ◦ green 195 ◦ blue 115

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

Shades of Winter Hazel #CCC373

Tints of Winter Hazel #CCC373

RGB

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

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

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

R = 39.69%
G = 37.94%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CCC373 (or 0xCCC373) is known color: Winter Hazel. HEX triplet: CC, C3 and 73. RGB value is (204,195,115). Sum of RGB (Red+Green+Blue) = 204+195+115=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 195 (76.56% from 255 or 37.94% from 514); Blue value is 115 (45.31% from 255 or 22.37% from 514); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC373 is #333C8C. Grayscale: #BCBCBC. Windows color (decimal): -3357837 or 7586764. OLE color: 7586764.

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

Color convert

RGB 204 195 115 -
CMYK 0 0.04 0.44 0.2
HSL 53.93º 0.47% 0.63% -
HSV(B) 53.93º 0.44% 0.8% -
XYZ 47.51 53.11 23.97 -
YUV 188.57 86.48 139 -
System Red Green Blue C M Y K H S L
Decimal 204 195 115 0 0.04 0.44 0.2 53.93 0.47 0.63
Hex CC C3 73 0 4 2C 14 36 2F 3F
Octal 314 303 163 0 4 54 24 66 57 77
Binary 11001100 11000011 1110011 0 100 101100 10100 110110 101111 111111

Color Harmonies of #CCC373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC373

Black with #CCC373

Text Example


Text Example

White with #CCC373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC373; }

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

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

background-color css

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

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

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

border-color css

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

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

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