Html Css Color HEX #C9AD69 Putty

📋 copy color: '#C9AD69'

red 201 ◦ green 173 ◦ blue 105

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

Shades of Putty #C9AD69

Tints of Putty #C9AD69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 21.92%

R = 41.96%
G = 36.12%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#C9AD69 (or 0xC9AD69) is known color: Putty. HEX triplet: C9, AD and 69. RGB value is (201,173,105). Sum of RGB (Red+Green+Blue) = 201+173+105=479 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.96% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 105 (41.41% from 255 or 21.92% from 479); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AD69 is #365296. Grayscale: #ADADAD. Windows color (decimal): -3560087 or 6925769. OLE color: 6925769.

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

Color convert

RGB 201 173 105 -
CMYK 0 0.14 0.48 0.21
HSL 42.5º 0.47% 0.6% -
HSV(B) 42.5º 0.48% 0.79% -
XYZ 41.58 43.32 19.54 -
YUV 173.62 89.28 147.53 -
System Red Green Blue C M Y K H S L
Decimal 201 173 105 0 0.14 0.48 0.21 42.5 0.47 0.6
Hex C9 AD 69 0 E 30 15 2A 2F 3C
Octal 311 255 151 0 16 60 25 52 57 74
Binary 11001001 10101101 1101001 0 1110 110000 10101 101010 101111 111100

Color Harmonies of #C9AD69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AD69

Black with #C9AD69

Text Example


Text Example

White with #C9AD69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AD69; }

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

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

background-color css

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

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

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

border-color css

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

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

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