Html Css Color HEX #C1A96D Putty

📋 copy color: '#C1A96D'

red 193 ◦ green 169 ◦ blue 109

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

Shades of Putty #C1A96D

Tints of Putty #C1A96D

RGB

 RED value IS 193 (75.78% from 255) = 40.98%

 GREEN value IS 169 (66.41% from 255) = 35.88%

 BLUE value IS 109 (42.97% from 255) = 23.14%

R = 40.98%
G = 35.88%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C1A96D (or 0xC1A96D) is known color: Putty. HEX triplet: C1, A9 and 6D. RGB value is (193,169,109). Sum of RGB (Red+Green+Blue) = 193+169+109=471 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.98% from 471); Green value is 169 (66.41% from 255 or 35.88% from 471); Blue value is 109 (42.97% from 255 or 23.14% from 471); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A96D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A96D is #3E5692. Grayscale: #A9A9A9. Windows color (decimal): -4085395 or 7186881. OLE color: 7186881.

HSL color Cylindrical-coordinate representation of color #C1A96D: hue angle of 42.86º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C1A96D is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 169 109 -
CMYK 0 0.12 0.44 0.24
HSL 42.86º 0.4% 0.59% -
HSV(B) 42.86º 0.44% 0.76% -
XYZ 38.94 40.82 20.29 -
YUV 169.34 93.95 144.88 -
System Red Green Blue C M Y K H S L
Decimal 193 169 109 0 0.12 0.44 0.24 42.86 0.4 0.59
Hex C1 A9 6D 0 C 2C 18 2B 28 3B
Octal 301 251 155 0 14 54 30 53 50 73
Binary 11000001 10101001 1101101 0 1100 101100 11000 101011 101000 111011

Color Harmonies of #C1A96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A96D

Black with #C1A96D

Text Example


Text Example

White with #C1A96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A96D; }

 p { color: rgb(193,169,109); }

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

background-color css

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

 a { background-color: rgb(193,169,109); }

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

border-color css

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

 span { border-color: rgb(193,169,109); }

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