Html Css Color HEX #C1A870 Putty

📋 copy color: '#C1A870'

red 193 ◦ green 168 ◦ blue 112

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

Shades of Putty #C1A870

Tints of Putty #C1A870

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.52%

 BLUE value IS 112 (44.14% from 255) = 23.68%

R = 40.8%
G = 35.52%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C1A870 (or 0xC1A870) is known color: Putty. HEX triplet: C1, A8 and 70. RGB value is (193,168,112). Sum of RGB (Red+Green+Blue) = 193+168+112=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 168 (66.02% from 255 or 35.52% from 473); Blue value is 112 (44.14% from 255 or 23.68% from 473); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A870 is #3E578F. Grayscale: #A9A9A9. Windows color (decimal): -4085648 or 7383233. OLE color: 7383233.

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

Color convert

RGB 193 168 112 -
CMYK 0 0.13 0.42 0.24
HSL 41.48º 0.4% 0.6% -
HSV(B) 41.48º 0.42% 0.76% -
XYZ 38.92 40.51 21.1 -
YUV 169.09 95.78 145.05 -
System Red Green Blue C M Y K H S L
Decimal 193 168 112 0 0.13 0.42 0.24 41.48 0.4 0.6
Hex C1 A8 70 0 D 2A 18 29 28 3C
Octal 301 250 160 0 15 52 30 51 50 74
Binary 11000001 10101000 1110000 0 1101 101010 11000 101001 101000 111100

Color Harmonies of #C1A870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A870

Black with #C1A870

Text Example


Text Example

White with #C1A870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A870; }

 p { color: rgb(193,168,112); }

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

background-color css

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

 a { background-color: rgb(193,168,112); }

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

border-color css

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

 span { border-color: rgb(193,168,112); }

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