#C1A877

Color #C1A877 Putty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Putty #C1A877

Tints of Putty #C1A877

Color information

#C1A877 (or 0xC1A877) is unknown color: approx Putty. HEX triplet: C1, A8 and 77. RGB value is (193,168,119). Sum of RGB (Red+Green+Blue) = 193+168+119=480 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.21% from 480); Green value is 168 (66.02% from 255 or 35% from 480); Blue value is 119 (46.88% from 255 or 24.79% from 480); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A877 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A877 is #3E5788. Grayscale: #AAAAAA. Windows color (decimal): -4085641 or 7841985. OLE color: 7841985.

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

Color convert

RGB193168119-
CMYK00.130.380.24
HSL39.73º37.37%61.18%-
HSV(B)39.73º38.34%75.69%-
XYZ39.3240.6723.23-
YUV169.8999.28144.48-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.21%
GREEN value IS 168 (66.02% from 255) = 35%
BLUE value IS 119 (46.88% from 255) = 24.79%
R=40.21%
G=35%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19316811900.130.380.2439.7337.3761.18
HexC1A8770D261828253d
Octal3012501670154630504575
Binary110000011010100011101110110110011011000101000100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A877; }

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

 H1.HeaderClassName
 {
   color: #C1A877;
 }
 .AnyTagClassName
 {
   color: #C1A877;
 }
</style>
background-color css

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

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

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

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

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

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