Html Css Color HEX #C8AA6D Putty

📋 copy color: '#C8AA6D'

red 200 ◦ green 170 ◦ blue 109

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

Shades of Putty #C8AA6D

Tints of Putty #C8AA6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.76%

R = 41.75%
G = 35.49%
B = 22.76%

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

#C8AA6D (or 0xC8AA6D) is known color: Putty. HEX triplet: C8, AA and 6D. RGB value is (200,170,109). Sum of RGB (Red+Green+Blue) = 200+170+109=479 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.75% from 479); Green value is 170 (66.80% from 255 or 35.49% from 479); Blue value is 109 (42.97% from 255 or 22.76% from 479); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AA6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AA6D is #375592. Grayscale: #ACACAC. Windows color (decimal): -3626387 or 7187144. OLE color: 7187144.

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

Color convert

RGB 200 170 109 -
CMYK 0 0.15 0.46 0.22
HSL 40.22º 0.45% 0.61% -
HSV(B) 40.22º 0.46% 0.78% -
XYZ 40.95 42.13 20.44 -
YUV 172.02 92.44 147.96 -
System Red Green Blue C M Y K H S L
Decimal 200 170 109 0 0.15 0.46 0.22 40.22 0.45 0.61
Hex C8 AA 6D 0 F 2E 16 28 2D 3D
Octal 310 252 155 0 17 56 26 50 55 75
Binary 11001000 10101010 1101101 0 1111 101110 10110 101000 101101 111101

Color Harmonies of #C8AA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AA6D

Black with #C8AA6D

Text Example


Text Example

White with #C8AA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AA6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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