#C3AB70

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

Shades of Putty #C3AB70

Tints of Putty #C3AB70

Color information

#C3AB70 (or 0xC3AB70) is unknown color: approx Putty. HEX triplet: C3, AB and 70. RGB value is (195,171,112). Sum of RGB (Red+Green+Blue) = 195+171+112=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 112 (44.14% from 255 or 23.43% from 478); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AB70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AB70 is #3C548F. Grayscale: #ABABAB. Windows color (decimal): -3953808 or 7384003. OLE color: 7384003.

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

Color convert

RGB195171112-
CMYK00.120.430.24
HSL42.65º40.89%60.2%-
HSV(B)42.65º42.56%76.47%-
XYZ39.9941.921.31-
YUV171.4594.45144.8-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.79%
GREEN value IS 171 (67.19% from 255) = 35.77%
BLUE value IS 112 (44.14% from 255) = 23.43%
R=40.79%
G=35.77%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517111200.120.430.2442.6540.8960.2
HexC3AB700C2B182b293c
Octal3032531600145330535174
Binary110000111010101111100000110010101111000101011101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AB70; }

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

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

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

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

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

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

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

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