#C3AB74

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

Shades of Putty #C3AB74

Tints of Putty #C3AB74

Color information

#C3AB74 (or 0xC3AB74) is unknown color: approx Putty. HEX triplet: C3, AB and 74. RGB value is (195,171,116). Sum of RGB (Red+Green+Blue) = 195+171+116=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 116 (45.70% from 255 or 24.07% from 482); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AB74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AB74 is #3C548B. Grayscale: #ACACAC. Windows color (decimal): -3953804 or 7646147. OLE color: 7646147.

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

Color convert

RGB195171116-
CMYK00.120.410.24
HSL41.77º39.7%60.98%-
HSV(B)41.77º40.51%76.47%-
XYZ40.2241.9922.51-
YUV171.9196.45144.47-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.46%
GREEN value IS 171 (67.19% from 255) = 35.48%
BLUE value IS 116 (45.70% from 255) = 24.07%
R=40.46%
G=35.48%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517111600.120.410.2441.7739.760.98
HexC3AB740C29182a283d
Octal3032531640145130525075
Binary110000111010101111101000110010100111000101010101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AB74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AB74; }

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

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

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

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

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

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

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

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