Html Css Color HEX #CCC673 Winter Hazel

📋 copy color: '#CCC673'

red 204 ◦ green 198 ◦ blue 115

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

Shades of Winter Hazel #CCC673

Tints of Winter Hazel #CCC673

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.3%

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

R = 39.46%
G = 38.3%
B = 22.24%

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

#CCC673 (or 0xCCC673) is known color: Winter Hazel. HEX triplet: CC, C6 and 73. RGB value is (204,198,115). Sum of RGB (Red+Green+Blue) = 204+198+115=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 198 (77.73% from 255 or 38.30% from 517); Blue value is 115 (45.31% from 255 or 22.24% from 517); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC673 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC673 is #33398C. Grayscale: #BEBEBE. Windows color (decimal): -3357069 or 7587532. OLE color: 7587532.

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

Color convert

RGB 204 198 115 -
CMYK 0 0.03 0.44 0.2
HSL 55.96º 0.47% 0.63% -
HSV(B) 55.96º 0.44% 0.8% -
XYZ 48.19 54.46 24.19 -
YUV 190.33 85.49 137.75 -
System Red Green Blue C M Y K H S L
Decimal 204 198 115 0 0.03 0.44 0.2 55.96 0.47 0.63
Hex CC C6 73 0 3 2C 14 38 2F 3F
Octal 314 306 163 0 3 54 24 70 57 77
Binary 11001100 11000110 1110011 0 11 101100 10100 111000 101111 111111

Color Harmonies of #CCC673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC673

Black with #CCC673

Text Example


Text Example

White with #CCC673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC673; }

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

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

background-color css

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

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

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

border-color css

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

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

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