Html Css Color HEX #C8AA6C Putty

📋 copy color: '#C8AA6C'

red 200 ◦ green 170 ◦ blue 108

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

Shades of Putty #C8AA6C

Tints of Putty #C8AA6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.59%

R = 41.84%
G = 35.56%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C8AA6C (or 0xC8AA6C) is known color: Putty. HEX triplet: C8, AA and 6C. RGB value is (200,170,108). Sum of RGB (Red+Green+Blue) = 200+170+108=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 108 (42.58% from 255 or 22.59% from 478); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AA6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AA6C is #375593. Grayscale: #ACACAC. Windows color (decimal): -3626388 or 7121608. OLE color: 7121608.

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

Color convert

RGB 200 170 108 -
CMYK 0 0.15 0.46 0.22
HSL 40.43º 0.46% 0.6% -
HSV(B) 40.43º 0.46% 0.78% -
XYZ 40.9 42.11 20.16 -
YUV 171.9 91.94 148.04 -
System Red Green Blue C M Y K H S L
Decimal 200 170 108 0 0.15 0.46 0.22 40.43 0.46 0.6
Hex C8 AA 6C 0 F 2E 16 28 2E 3C
Octal 310 252 154 0 17 56 26 50 56 74
Binary 11001000 10101010 1101100 0 1111 101110 10110 101000 101110 111100

Color Harmonies of #C8AA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AA6C

Black with #C8AA6C

Text Example


Text Example

White with #C8AA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AA6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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