Html Css Color HEX #C9AD78 Putty

📋 copy color: '#C9AD78'

red 201 ◦ green 173 ◦ blue 120

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

Shades of Putty #C9AD78

Tints of Putty #C9AD78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.29%

R = 40.69%
G = 35.02%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#C9AD78 (or 0xC9AD78) is known color: Putty. HEX triplet: C9, AD and 78. RGB value is (201,173,120). Sum of RGB (Red+Green+Blue) = 201+173+120=494 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.69% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 120 (47.27% from 255 or 24.29% from 494); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AD78 is #365287. Grayscale: #AFAFAF. Windows color (decimal): -3560072 or 7908809. OLE color: 7908809.

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

Color convert

RGB 201 173 120 -
CMYK 0 0.14 0.40 0.21
HSL 39.26º 0.43% 0.63% -
HSV(B) 39.26º 0.4% 0.79% -
XYZ 42.42 43.66 23.96 -
YUV 175.33 96.78 146.31 -
System Red Green Blue C M Y K H S L
Decimal 201 173 120 0 0.14 0.40 0.21 39.26 0.43 0.63
Hex C9 AD 78 0 E 28 15 27 2B 3F
Octal 311 255 170 0 16 50 25 47 53 77
Binary 11001001 10101101 1111000 0 1110 101000 10101 100111 101011 111111

Color Harmonies of #C9AD78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AD78

Black with #C9AD78

Text Example


Text Example

White with #C9AD78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AD78; }

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

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

background-color css

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

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

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

border-color css

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

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

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