Html Css Color HEX #C9A669 Putty

📋 copy color: '#C9A669'

red 201 ◦ green 166 ◦ blue 105

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

Shades of Putty #C9A669

Tints of Putty #C9A669

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.17%

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

R = 42.58%
G = 35.17%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#C9A669 (or 0xC9A669) is known color: Putty. HEX triplet: C9, A6 and 69. RGB value is (201,166,105). Sum of RGB (Red+Green+Blue) = 201+166+105=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 166 (65.23% from 255 or 35.17% from 472); Blue value is 105 (41.41% from 255 or 22.25% from 472); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A669 is #365996. Grayscale: #A9A9A9. Windows color (decimal): -3561879 or 6923977. OLE color: 6923977.

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

Color convert

RGB 201 166 105 -
CMYK 0 0.17 0.48 0.21
HSL 38.13º 0.47% 0.6% -
HSV(B) 38.13º 0.48% 0.79% -
XYZ 40.27 40.71 19.1 -
YUV 169.51 91.6 150.46 -
System Red Green Blue C M Y K H S L
Decimal 201 166 105 0 0.17 0.48 0.21 38.13 0.47 0.6
Hex C9 A6 69 0 11 30 15 26 2F 3C
Octal 311 246 151 0 21 60 25 46 57 74
Binary 11001001 10100110 1101001 0 10001 110000 10101 100110 101111 111100

Color Harmonies of #C9A669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A669

Black with #C9A669

Text Example


Text Example

White with #C9A669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A669; }

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

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

background-color css

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

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

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

border-color css

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

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

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