Html Css Color HEX #C8A977 Putty

📋 copy color: '#C8A977'

red 200 ◦ green 169 ◦ blue 119

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

Shades of Putty #C8A977

Tints of Putty #C8A977

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.63%

 BLUE value IS 119 (46.88% from 255) = 24.39%

R = 40.98%
G = 34.63%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#C8A977 (or 0xC8A977) is known color: Putty. HEX triplet: C8, A9 and 77. RGB value is (200,169,119). Sum of RGB (Red+Green+Blue) = 200+169+119=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 169 (66.41% from 255 or 34.63% from 488); Blue value is 119 (46.88% from 255 or 24.39% from 488); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A977 is #375688. Grayscale: #ACACAC. Windows color (decimal): -3626633 or 7842248. OLE color: 7842248.

HSL color Cylindrical-coordinate representation of color #C8A977: hue angle of 37.04º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C8A977 is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 169 119 -
CMYK 0 0.16 0.40 0.22
HSL 37.04º 0.42% 0.63% -
HSV(B) 37.04º 0.41% 0.78% -
XYZ 41.34 41.99 23.38 -
YUV 172.57 97.77 147.57 -
System Red Green Blue C M Y K H S L
Decimal 200 169 119 0 0.16 0.40 0.22 37.04 0.42 0.63
Hex C8 A9 77 0 10 28 16 25 2A 3F
Octal 310 251 167 0 20 50 26 45 52 77
Binary 11001000 10101001 1110111 0 10000 101000 10110 100101 101010 111111

Color Harmonies of #C8A977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A977

Black with #C8A977

Text Example


Text Example

White with #C8A977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A977; }

 p { color: rgb(200,169,119); }

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

background-color css

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

 a { background-color: rgb(200,169,119); }

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

border-color css

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

 span { border-color: rgb(200,169,119); }

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