Html Css Color HEX #C9A46C Putty

📋 copy color: '#C9A46C'

red 201 ◦ green 164 ◦ blue 108

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

Shades of Putty #C9A46C

Tints of Putty #C9A46C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.67%

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

R = 42.49%
G = 34.67%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#C9A46C (or 0xC9A46C) is known color: Putty. HEX triplet: C9, A4 and 6C. RGB value is (201,164,108). Sum of RGB (Red+Green+Blue) = 201+164+108=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 164 (64.45% from 255 or 34.67% from 473); Blue value is 108 (42.58% from 255 or 22.83% from 473); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A46C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A46C is #365B93. Grayscale: #A8A8A8. Windows color (decimal): -3562388 or 7120073. OLE color: 7120073.

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

Color convert

RGB 201 164 108 -
CMYK 0 0.18 0.46 0.21
HSL 36.13º 0.46% 0.61% -
HSV(B) 36.13º 0.46% 0.79% -
XYZ 40.07 40.05 19.81 -
YUV 168.68 93.76 151.05 -
System Red Green Blue C M Y K H S L
Decimal 201 164 108 0 0.18 0.46 0.21 36.13 0.46 0.61
Hex C9 A4 6C 0 12 2E 15 24 2E 3D
Octal 311 244 154 0 22 56 25 44 56 75
Binary 11001001 10100100 1101100 0 10010 101110 10101 100100 101110 111101

Color Harmonies of #C9A46C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A46C

Black with #C9A46C

Text Example


Text Example

White with #C9A46C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A46C; }

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

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

background-color css

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

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

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

border-color css

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

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

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