Html Css Color HEX #CCC174 Winter Hazel

📋 copy color: '#CCC174'

red 204 ◦ green 193 ◦ blue 116

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

Shades of Winter Hazel #CCC174

Tints of Winter Hazel #CCC174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.61%

R = 39.77%
G = 37.62%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CCC174 (or 0xCCC174) is known color: Winter Hazel. HEX triplet: CC, C1 and 74. RGB value is (204,193,116). Sum of RGB (Red+Green+Blue) = 204+193+116=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 193 (75.78% from 255 or 37.62% from 513); Blue value is 116 (45.70% from 255 or 22.61% from 513); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC174 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC174 is #333E8B. Grayscale: #BBBBBB. Windows color (decimal): -3358348 or 7651788. OLE color: 7651788.

HSL color Cylindrical-coordinate representation of color #CCC174: hue angle of 52.5º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CCC174 is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 193 116 -
CMYK 0 0.05 0.43 0.2
HSL 52.5º 0.46% 0.63% -
HSV(B) 52.5º 0.43% 0.8% -
XYZ 47.12 52.24 24.12 -
YUV 187.51 87.64 139.76 -
System Red Green Blue C M Y K H S L
Decimal 204 193 116 0 0.05 0.43 0.2 52.5 0.46 0.63
Hex CC C1 74 0 5 2B 14 34 2E 3F
Octal 314 301 164 0 5 53 24 64 56 77
Binary 11001100 11000001 1110100 0 101 101011 10100 110100 101110 111111

Color Harmonies of #CCC174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC174

Black with #CCC174

Text Example


Text Example

White with #CCC174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC174; }

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

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

background-color css

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

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

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

border-color css

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

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

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