#C8AB7A

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

Shades of Putty #C8AB7A

Tints of Putty #C8AB7A

Color information

#C8AB7A (or 0xC8AB7A) is unknown color: approx Putty. HEX triplet: C8, AB and 7A. RGB value is (200,171,122). Sum of RGB (Red+Green+Blue) = 200+171+122=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 122 (48.05% from 255 or 24.75% from 493); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AB7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AB7A is #375485. Grayscale: #AEAEAE. Windows color (decimal): -3626118 or 8039368. OLE color: 8039368.

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

Color convert

RGB200171122-
CMYK00.140.390.22
HSL37.69º41.49%63.14%-
HSV(B)37.69º39%78.43%-
XYZ41.942.8124.47-
YUV174.0898.61146.48-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.57%
GREEN value IS 171 (67.19% from 255) = 34.69%
BLUE value IS 122 (48.05% from 255) = 24.75%
R=40.57%
G=34.69%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017112200.140.390.2237.6941.4963.14
HexC8AB7A0E271626293f
Octal3102531720164726465177
Binary110010001010101111110100111010011110110100110101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AB7A; }

 p { color: rgb(200,171,122); }

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

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

 a { background-color: rgb(200,171,122); }

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

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

 span { border-color: rgb(200,171,122); }

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