#C7AB6B

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

Shades of Putty #C7AB6B

Tints of Putty #C7AB6B

Color information

#C7AB6B (or 0xC7AB6B) is unknown color: approx Putty. HEX triplet: C7, AB and 6B. RGB value is (199,171,107). Sum of RGB (Red+Green+Blue) = 199+171+107=477 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.72% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 107 (42.19% from 255 or 22.43% from 477); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AB6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AB6B is #385494. Grayscale: #ACACAC. Windows color (decimal): -3691669 or 7056327. OLE color: 7056327.

HSL color Cylindrical-coordinate representation of color #C7AB6B: hue angle of 41.74º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C7AB6B is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB199171107-
CMYK00.140.460.22
HSL41.74º45.1%60%-
HSV(B)41.74º46.23%78.04%-
XYZ40.7742.3319.93-
YUV172.0891.28147.2-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.72%
GREEN value IS 171 (67.19% from 255) = 35.85%
BLUE value IS 107 (42.19% from 255) = 22.43%
R=41.72%
G=35.85%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917110700.140.460.2241.7445.160
HexC7AB6B0E2E162a2d3c
Octal3072531530165626525574
Binary110001111010101111010110111010111010110101010101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AB6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AB6B; }

 p { color: rgb(199,171,107); }

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

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

 a { background-color: rgb(199,171,107); }

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

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

 span { border-color: rgb(199,171,107); }

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