Html Css Color HEX #CCC173 Winter Hazel

📋 copy color: '#CCC173'

red 204 ◦ green 193 ◦ blue 115

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

Shades of Winter Hazel #CCC173

Tints of Winter Hazel #CCC173

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.7%

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

R = 39.84%
G = 37.7%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CCC173 (or 0xCCC173) is known color: Winter Hazel. HEX triplet: CC, C1 and 73. RGB value is (204,193,115). Sum of RGB (Red+Green+Blue) = 204+193+115=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 193 (75.78% from 255 or 37.70% from 512); Blue value is 115 (45.31% from 255 or 22.46% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC173 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC173 is #333E8C. Grayscale: #BBBBBB. Windows color (decimal): -3358349 or 7586252. OLE color: 7586252.

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

Color convert

RGB 204 193 115 -
CMYK 0 0.05 0.44 0.2
HSL 52.58º 0.47% 0.63% -
HSV(B) 52.58º 0.44% 0.8% -
XYZ 47.07 52.22 23.82 -
YUV 187.4 87.14 139.84 -
System Red Green Blue C M Y K H S L
Decimal 204 193 115 0 0.05 0.44 0.2 52.58 0.47 0.63
Hex CC C1 73 0 5 2C 14 35 2F 3F
Octal 314 301 163 0 5 54 24 65 57 77
Binary 11001100 11000001 1110011 0 101 101100 10100 110101 101111 111111

Color Harmonies of #CCC173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC173

Black with #CCC173

Text Example


Text Example

White with #CCC173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC173; }

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

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

background-color css

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

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

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

border-color css

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

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

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