Html Css Color HEX #C9AD6B Putty

📋 copy color: '#C9AD6B'

red 201 ◦ green 173 ◦ blue 107

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

Shades of Putty #C9AD6B

Tints of Putty #C9AD6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.25%

R = 41.79%
G = 35.97%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#C9AD6B (or 0xC9AD6B) is known color: Putty. HEX triplet: C9, AD and 6B. RGB value is (201,173,107). Sum of RGB (Red+Green+Blue) = 201+173+107=481 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.79% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 107 (42.19% from 255 or 22.25% from 481); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AD6B is #365294. Grayscale: #AEAEAE. Windows color (decimal): -3560085 or 7056841. OLE color: 7056841.

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

Color convert

RGB 201 173 107 -
CMYK 0 0.14 0.47 0.21
HSL 42.13º 0.47% 0.6% -
HSV(B) 42.13º 0.47% 0.79% -
XYZ 41.68 43.37 20.08 -
YUV 173.85 90.28 147.37 -
System Red Green Blue C M Y K H S L
Decimal 201 173 107 0 0.14 0.47 0.21 42.13 0.47 0.6
Hex C9 AD 6B 0 E 2F 15 2A 2F 3C
Octal 311 255 153 0 16 57 25 52 57 74
Binary 11001001 10101101 1101011 0 1110 101111 10101 101010 101111 111100

Color Harmonies of #C9AD6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AD6B

Black with #C9AD6B

Text Example


Text Example

White with #C9AD6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AD6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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