Html Css Color HEX #C9A975 Putty

📋 copy color: '#C9A975'

red 201 ◦ green 169 ◦ blue 117

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

Shades of Putty #C9A975

Tints of Putty #C9A975

RGB

 RED value IS 201 (78.91% from 255) = 41.27%

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

 BLUE value IS 117 (46.09% from 255) = 24.02%

R = 41.27%
G = 34.7%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#C9A975 (or 0xC9A975) is known color: Putty. HEX triplet: C9, A9 and 75. RGB value is (201,169,117). Sum of RGB (Red+Green+Blue) = 201+169+117=487 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.27% from 487); Green value is 169 (66.41% from 255 or 34.70% from 487); Blue value is 117 (46.09% from 255 or 24.02% from 487); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A975 is #36568A. Grayscale: #ACACAC. Windows color (decimal): -3561099 or 7711177. OLE color: 7711177.

HSL color Cylindrical-coordinate representation of color #C9A975: hue angle of 37.14º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C9A975 is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 169 117 -
CMYK 0 0.16 0.42 0.21
HSL 37.14º 0.44% 0.62% -
HSV(B) 37.14º 0.42% 0.79% -
XYZ 41.49 42.08 22.76 -
YUV 172.64 96.6 148.23 -
System Red Green Blue C M Y K H S L
Decimal 201 169 117 0 0.16 0.42 0.21 37.14 0.44 0.62
Hex C9 A9 75 0 10 2A 15 25 2C 3E
Octal 311 251 165 0 20 52 25 45 54 76
Binary 11001001 10101001 1110101 0 10000 101010 10101 100101 101100 111110

Color Harmonies of #C9A975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A975

Black with #C9A975

Text Example


Text Example

White with #C9A975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A975; }

 p { color: rgb(201,169,117); }

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

background-color css

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

 a { background-color: rgb(201,169,117); }

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

border-color css

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

 span { border-color: rgb(201,169,117); }

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