Html Css Color HEX #C8AA6F Putty

📋 copy color: '#C8AA6F'

red 200 ◦ green 170 ◦ blue 111

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

Shades of Putty #C8AA6F

Tints of Putty #C8AA6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.08%

R = 41.58%
G = 35.34%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C8AA6F (or 0xC8AA6F) is known color: Putty. HEX triplet: C8, AA and 6F. RGB value is (200,170,111). Sum of RGB (Red+Green+Blue) = 200+170+111=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 170 (66.80% from 255 or 35.34% from 481); Blue value is 111 (43.75% from 255 or 23.08% from 481); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AA6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AA6F is #375590. Grayscale: #ACACAC. Windows color (decimal): -3626385 or 7318216. OLE color: 7318216.

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

Color convert

RGB 200 170 111 -
CMYK 0 0.15 0.44 0.22
HSL 39.78º 0.45% 0.61% -
HSV(B) 39.78º 0.45% 0.78% -
XYZ 41.06 42.18 21.02 -
YUV 172.24 93.44 147.8 -
System Red Green Blue C M Y K H S L
Decimal 200 170 111 0 0.15 0.44 0.22 39.78 0.45 0.61
Hex C8 AA 6F 0 F 2C 16 28 2D 3D
Octal 310 252 157 0 17 54 26 50 55 75
Binary 11001000 10101010 1101111 0 1111 101100 10110 101000 101101 111101

Color Harmonies of #C8AA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AA6F

Black with #C8AA6F

Text Example


Text Example

White with #C8AA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AA6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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