Html Css Color HEX #C8A979 Putty

📋 copy color: '#C8A979'

red 200 ◦ green 169 ◦ blue 121

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

Shades of Putty #C8A979

Tints of Putty #C8A979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 24.69%

R = 40.82%
G = 34.49%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C8A979 (or 0xC8A979) is known color: Putty. HEX triplet: C8, A9 and 79. RGB value is (200,169,121). Sum of RGB (Red+Green+Blue) = 200+169+121=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 169 (66.41% from 255 or 34.49% from 490); Blue value is 121 (47.66% from 255 or 24.69% from 490); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A979 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A979 is #375686. Grayscale: #ADADAD. Windows color (decimal): -3626631 or 7973320. OLE color: 7973320.

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

Color convert

RGB 200 169 121 -
CMYK 0 0.16 0.39 0.22
HSL 36.46º 0.42% 0.63% -
HSV(B) 36.46º 0.4% 0.78% -
XYZ 41.46 42.04 24.02 -
YUV 172.8 98.77 147.4 -
System Red Green Blue C M Y K H S L
Decimal 200 169 121 0 0.16 0.39 0.22 36.46 0.42 0.63
Hex C8 A9 79 0 10 27 16 24 2A 3F
Octal 310 251 171 0 20 47 26 44 52 77
Binary 11001000 10101001 1111001 0 10000 100111 10110 100100 101010 111111

Color Harmonies of #C8A979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A979

Black with #C8A979

Text Example


Text Example

White with #C8A979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A979; }

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

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

background-color css

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

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

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

border-color css

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

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

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