Html Css Color HEX #C9AC6D Putty

📋 copy color: '#C9AC6D'

red 201 ◦ green 172 ◦ blue 109

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

Shades of Putty #C9AC6D

Tints of Putty #C9AC6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.61%

R = 41.7%
G = 35.68%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#C9AC6D (or 0xC9AC6D) is known color: Putty. HEX triplet: C9, AC and 6D. RGB value is (201,172,109). Sum of RGB (Red+Green+Blue) = 201+172+109=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 109 (42.97% from 255 or 22.61% from 482); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AC6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AC6D is #365392. Grayscale: #ADADAD. Windows color (decimal): -3560339 or 7187657. OLE color: 7187657.

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

Color convert

RGB 201 172 109 -
CMYK 0 0.14 0.46 0.21
HSL 41.09º 0.46% 0.61% -
HSV(B) 41.09º 0.46% 0.79% -
XYZ 41.6 43.03 20.58 -
YUV 173.49 91.61 147.62 -
System Red Green Blue C M Y K H S L
Decimal 201 172 109 0 0.14 0.46 0.21 41.09 0.46 0.61
Hex C9 AC 6D 0 E 2E 15 29 2E 3D
Octal 311 254 155 0 16 56 25 51 56 75
Binary 11001001 10101100 1101101 0 1110 101110 10101 101001 101110 111101

Color Harmonies of #C9AC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AC6D

Black with #C9AC6D

Text Example


Text Example

White with #C9AC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AC6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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