Html Css Color HEX #C9A56C Putty

📋 copy color: '#C9A56C'

red 201 ◦ green 165 ◦ blue 108

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

Shades of Putty #C9A56C

Tints of Putty #C9A56C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.81%

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

R = 42.41%
G = 34.81%
B = 22.78%

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

#C9A56C (or 0xC9A56C) is known color: Putty. HEX triplet: C9, A5 and 6C. RGB value is (201,165,108). Sum of RGB (Red+Green+Blue) = 201+165+108=474 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.41% from 474); Green value is 165 (64.84% from 255 or 34.81% from 474); Blue value is 108 (42.58% from 255 or 22.78% from 474); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A56C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A56C is #365A93. Grayscale: #A9A9A9. Windows color (decimal): -3562132 or 7120329. OLE color: 7120329.

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

Color convert

RGB 201 165 108 -
CMYK 0 0.18 0.46 0.21
HSL 36.77º 0.46% 0.61% -
HSV(B) 36.77º 0.46% 0.79% -
XYZ 40.25 40.41 19.87 -
YUV 169.27 93.43 150.63 -
System Red Green Blue C M Y K H S L
Decimal 201 165 108 0 0.18 0.46 0.21 36.77 0.46 0.61
Hex C9 A5 6C 0 12 2E 15 25 2E 3D
Octal 311 245 154 0 22 56 25 45 56 75
Binary 11001001 10100101 1101100 0 10010 101110 10101 100101 101110 111101

Color Harmonies of #C9A56C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A56C

Black with #C9A56C

Text Example


Text Example

White with #C9A56C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A56C; }

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

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

background-color css

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

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

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

border-color css

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

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

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