#C3AB75

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

Shades of Putty #C3AB75

Tints of Putty #C3AB75

Color information

#C3AB75 (or 0xC3AB75) is unknown color: approx Putty. HEX triplet: C3, AB and 75. RGB value is (195,171,117). Sum of RGB (Red+Green+Blue) = 195+171+117=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 171 (67.19% from 255 or 35.40% from 483); Blue value is 117 (46.09% from 255 or 24.22% from 483); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AB75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AB75 is #3C548A. Grayscale: #ACACAC. Windows color (decimal): -3953803 or 7711683. OLE color: 7711683.

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

Color convert

RGB195171117-
CMYK00.120.40.24
HSL41.54º39.39%61.18%-
HSV(B)41.54º40%76.47%-
XYZ40.2842.0122.82-
YUV172.0296.95144.39-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.37%
GREEN value IS 171 (67.19% from 255) = 35.40%
BLUE value IS 117 (46.09% from 255) = 24.22%
R=40.37%
G=35.40%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.4
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517111700.120.40.2441.5439.3961.18
HexC3AB750C28182a273d
Octal3032531650145030524775
Binary110000111010101111101010110010100011000101010100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AB75; }

 p { color: rgb(195,171,117); }

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

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

 a { background-color: rgb(195,171,117); }

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

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

 span { border-color: rgb(195,171,117); }

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