Html Css Color HEX #C9AD6D Putty

📋 copy color: '#C9AD6D'

red 201 ◦ green 173 ◦ blue 109

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

Shades of Putty #C9AD6D

Tints of Putty #C9AD6D

RGB

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

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

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

R = 41.61%
G = 35.82%
B = 22.57%

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

#C9AD6D (or 0xC9AD6D) is known color: Putty. HEX triplet: C9, AD and 6D. RGB value is (201,173,109). Sum of RGB (Red+Green+Blue) = 201+173+109=483 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.61% from 483); Green value is 173 (67.97% from 255 or 35.82% from 483); Blue value is 109 (42.97% from 255 or 22.57% from 483); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AD6D is #365292. Grayscale: #AEAEAE. Windows color (decimal): -3560083 or 7187913. OLE color: 7187913.

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

Color convert

RGB 201 173 109 -
CMYK 0 0.14 0.46 0.21
HSL 41.74º 0.46% 0.61% -
HSV(B) 41.74º 0.46% 0.79% -
XYZ 41.79 43.41 20.64 -
YUV 174.08 91.28 147.2 -
System Red Green Blue C M Y K H S L
Decimal 201 173 109 0 0.14 0.46 0.21 41.74 0.46 0.61
Hex C9 AD 6D 0 E 2E 15 2A 2E 3D
Octal 311 255 155 0 16 56 25 52 56 75
Binary 11001001 10101101 1101101 0 1110 101110 10101 101010 101110 111101

Color Harmonies of #C9AD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AD6D

Black with #C9AD6D

Text Example


Text Example

White with #C9AD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AD6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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