Html Css Color HEX #C9AD77 Putty

📋 copy color: '#C9AD77'

red 201 ◦ green 173 ◦ blue 119

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

Shades of Putty #C9AD77

Tints of Putty #C9AD77

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.09%

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

R = 40.77%
G = 35.09%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#C9AD77 (or 0xC9AD77) is known color: Putty. HEX triplet: C9, AD and 77. RGB value is (201,173,119). Sum of RGB (Red+Green+Blue) = 201+173+119=493 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.77% from 493); Green value is 173 (67.97% from 255 or 35.09% from 493); Blue value is 119 (46.88% from 255 or 24.14% from 493); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AD77 is #365288. Grayscale: #AFAFAF. Windows color (decimal): -3560073 or 7843273. OLE color: 7843273.

HSL color Cylindrical-coordinate representation of color #C9AD77: hue angle of 39.51º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C9AD77 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 173 119 -
CMYK 0 0.14 0.41 0.21
HSL 39.51º 0.43% 0.63% -
HSV(B) 39.51º 0.41% 0.79% -
XYZ 42.36 43.64 23.64 -
YUV 175.22 96.28 146.39 -
System Red Green Blue C M Y K H S L
Decimal 201 173 119 0 0.14 0.41 0.21 39.51 0.43 0.63
Hex C9 AD 77 0 E 29 15 28 2B 3F
Octal 311 255 167 0 16 51 25 50 53 77
Binary 11001001 10101101 1110111 0 1110 101001 10101 101000 101011 111111

Color Harmonies of #C9AD77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AD77

Black with #C9AD77

Text Example


Text Example

White with #C9AD77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AD77; }

 p { color: rgb(201,173,119); }

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

background-color css

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

 a { background-color: rgb(201,173,119); }

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

border-color css

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

 span { border-color: rgb(201,173,119); }

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