#C7AC7B

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

Shades of Putty #C7AC7B

Tints of Putty #C7AC7B

Color information

#C7AC7B (or 0xC7AC7B) is unknown color: approx Putty. HEX triplet: C7, AC and 7B. RGB value is (199,172,123). Sum of RGB (Red+Green+Blue) = 199+172+123=494 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.28% from 494); Green value is 172 (67.58% from 255 or 34.82% from 494); Blue value is 123 (48.44% from 255 or 24.90% from 494); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AC7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AC7B is #385384. Grayscale: #AEAEAE. Windows color (decimal): -3691397 or 8105159. OLE color: 8105159.

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

Color convert

RGB199172123-
CMYK00.140.380.22
HSL38.68º40.43%63.14%-
HSV(B)38.68º38.19%78.04%-
XYZ41.8843.0824.85-
YUV174.4998.95145.48-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.28%
GREEN value IS 172 (67.58% from 255) = 34.82%
BLUE value IS 123 (48.44% from 255) = 24.90%
R=40.28%
G=34.82%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917212300.140.380.2238.6840.4363.14
HexC7AC7B0E261627283f
Octal3072541730164626475077
Binary110001111010110011110110111010011010110100111101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AC7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AC7B; }

 p { color: rgb(199,172,123); }

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

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

 a { background-color: rgb(199,172,123); }

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

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

 span { border-color: rgb(199,172,123); }

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