Html Css Color HEX #CCAC76 Putty

📋 copy color: '#CCAC76'

red 204 ◦ green 172 ◦ blue 118

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

Shades of Putty #CCAC76

Tints of Putty #CCAC76

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.82%

 BLUE value IS 118 (46.48% from 255) = 23.89%

R = 41.3%
G = 34.82%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CCAC76 (or 0xCCAC76) is known color: Putty. HEX triplet: CC, AC and 76. RGB value is (204,172,118). Sum of RGB (Red+Green+Blue) = 204+172+118=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 172 (67.58% from 255 or 34.82% from 494); Blue value is 118 (46.48% from 255 or 23.89% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAC76 is #335389. Grayscale: #AFAFAF. Windows color (decimal): -3363722 or 7777484. OLE color: 7777484.

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

Color convert

RGB 204 172 118 -
CMYK 0 0.16 0.42 0.2
HSL 37.67º 0.46% 0.63% -
HSV(B) 37.67º 0.42% 0.8% -
XYZ 42.92 43.65 23.3 -
YUV 175.41 95.6 148.39 -
System Red Green Blue C M Y K H S L
Decimal 204 172 118 0 0.16 0.42 0.2 37.67 0.46 0.63
Hex CC AC 76 0 10 2A 14 26 2E 3F
Octal 314 254 166 0 20 52 24 46 56 77
Binary 11001100 10101100 1110110 0 10000 101010 10100 100110 101110 111111

Color Harmonies of #CCAC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAC76

Black with #CCAC76

Text Example


Text Example

White with #CCAC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAC76; }

 p { color: rgb(204,172,118); }

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

background-color css

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

 a { background-color: rgb(204,172,118); }

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

border-color css

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

 span { border-color: rgb(204,172,118); }

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