Html Css Color HEX #C9AC7C Putty

📋 copy color: '#C9AC7C'

red 201 ◦ green 172 ◦ blue 124

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

Shades of Putty #C9AC7C

Tints of Putty #C9AC7C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.61%

 BLUE value IS 124 (48.83% from 255) = 24.95%

R = 40.44%
G = 34.61%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#C9AC7C (or 0xC9AC7C) is known color: Putty. HEX triplet: C9, AC and 7C. RGB value is (201,172,124). Sum of RGB (Red+Green+Blue) = 201+172+124=497 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.44% from 497); Green value is 172 (67.58% from 255 or 34.61% from 497); Blue value is 124 (48.83% from 255 or 24.95% from 497); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AC7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AC7C is #365383. Grayscale: #AFAFAF. Windows color (decimal): -3560324 or 8170697. OLE color: 8170697.

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

Color convert

RGB 201 172 124 -
CMYK 0 0.14 0.38 0.21
HSL 37.4º 0.42% 0.64% -
HSV(B) 37.4º 0.38% 0.79% -
XYZ 42.48 43.38 25.2 -
YUV 175.2 99.11 146.4 -
System Red Green Blue C M Y K H S L
Decimal 201 172 124 0 0.14 0.38 0.21 37.4 0.42 0.64
Hex C9 AC 7C 0 E 26 15 25 2A 40
Octal 311 254 174 0 16 46 25 45 52 100
Binary 11001001 10101100 1111100 0 1110 100110 10101 100101 101010 1000000

Color Harmonies of #C9AC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AC7C

Black with #C9AC7C

Text Example


Text Example

White with #C9AC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AC7C; }

 p { color: rgb(201,172,124); }

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

background-color css

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

 a { background-color: rgb(201,172,124); }

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

border-color css

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

 span { border-color: rgb(201,172,124); }

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