Html Css Color HEX #C8AA76 Putty

📋 copy color: '#C8AA76'

red 200 ◦ green 170 ◦ blue 118

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

Shades of Putty #C8AA76

Tints of Putty #C8AA76

RGB

 RED value IS 200 (78.52% from 255) = 40.98%

 GREEN value IS 170 (66.8% from 255) = 34.84%

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

R = 40.98%
G = 34.84%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C8AA76 (or 0xC8AA76) is known color: Putty. HEX triplet: C8, AA and 76. RGB value is (200,170,118). Sum of RGB (Red+Green+Blue) = 200+170+118=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 118 (46.48% from 255 or 24.18% from 488); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AA76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AA76 is #375589. Grayscale: #ADADAD. Windows color (decimal): -3626378 or 7776968. OLE color: 7776968.

HSL color Cylindrical-coordinate representation of color #C8AA76: hue angle of 38.05º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C8AA76 is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 170 118 -
CMYK 0 0.15 0.41 0.22
HSL 38.05º 0.43% 0.62% -
HSV(B) 38.05º 0.41% 0.78% -
XYZ 41.46 42.34 23.13 -
YUV 173.04 96.94 147.23 -
System Red Green Blue C M Y K H S L
Decimal 200 170 118 0 0.15 0.41 0.22 38.05 0.43 0.62
Hex C8 AA 76 0 F 29 16 26 2B 3E
Octal 310 252 166 0 17 51 26 46 53 76
Binary 11001000 10101010 1110110 0 1111 101001 10110 100110 101011 111110

Color Harmonies of #C8AA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AA76

Black with #C8AA76

Text Example


Text Example

White with #C8AA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AA76; }

 p { color: rgb(200,170,118); }

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

background-color css

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

 a { background-color: rgb(200,170,118); }

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

border-color css

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

 span { border-color: rgb(200,170,118); }

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