Html Css Color HEX #C9AE78 Putty

📋 copy color: '#C9AE78'

red 201 ◦ green 174 ◦ blue 120

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

Shades of Putty #C9AE78

Tints of Putty #C9AE78

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.15%

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

R = 40.61%
G = 35.15%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#C9AE78 (or 0xC9AE78) is known color: Putty. HEX triplet: C9, AE and 78. RGB value is (201,174,120). Sum of RGB (Red+Green+Blue) = 201+174+120=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 174 (68.36% from 255 or 35.15% from 495); Blue value is 120 (47.27% from 255 or 24.24% from 495); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AE78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AE78 is #365187. Grayscale: #B0B0B0. Windows color (decimal): -3559816 or 7909065. OLE color: 7909065.

HSL color Cylindrical-coordinate representation of color #C9AE78: hue angle of 40º 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 #C9AE78 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 174 120 -
CMYK 0 0.13 0.40 0.21
HSL 40º 0.43% 0.63% -
HSV(B) 40º 0.4% 0.79% -
XYZ 42.61 44.05 24.02 -
YUV 175.92 96.45 145.89 -
System Red Green Blue C M Y K H S L
Decimal 201 174 120 0 0.13 0.40 0.21 40 0.43 0.63
Hex C9 AE 78 0 D 28 15 28 2B 3F
Octal 311 256 170 0 15 50 25 50 53 77
Binary 11001001 10101110 1111000 0 1101 101000 10101 101000 101011 111111

Color Harmonies of #C9AE78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AE78

Black with #C9AE78

Text Example


Text Example

White with #C9AE78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AE78; }

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

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

background-color css

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

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

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

border-color css

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

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

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