Html Css Color HEX #C9AD6C Putty

📋 copy color: '#C9AD6C'

red 201 ◦ green 173 ◦ blue 108

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

Shades of Putty #C9AD6C

Tints of Putty #C9AD6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.41%

R = 41.7%
G = 35.89%
B = 22.41%

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

#C9AD6C (or 0xC9AD6C) is known color: Putty. HEX triplet: C9, AD and 6C. RGB value is (201,173,108). Sum of RGB (Red+Green+Blue) = 201+173+108=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 173 (67.97% from 255 or 35.89% from 482); Blue value is 108 (42.58% from 255 or 22.41% from 482); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AD6C is #365293. Grayscale: #AEAEAE. Windows color (decimal): -3560084 or 7122377. OLE color: 7122377.

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

Color convert

RGB 201 173 108 -
CMYK 0 0.14 0.46 0.21
HSL 41.94º 0.46% 0.61% -
HSV(B) 41.94º 0.46% 0.79% -
XYZ 41.74 43.39 20.36 -
YUV 173.96 90.78 147.29 -
System Red Green Blue C M Y K H S L
Decimal 201 173 108 0 0.14 0.46 0.21 41.94 0.46 0.61
Hex C9 AD 6C 0 E 2E 15 2A 2E 3D
Octal 311 255 154 0 16 56 25 52 56 75
Binary 11001001 10101101 1101100 0 1110 101110 10101 101010 101110 111101

Color Harmonies of #C9AD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AD6C

Black with #C9AD6C

Text Example


Text Example

White with #C9AD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AD6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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