#C8AB7B

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

Shades of Putty #C8AB7B

Tints of Putty #C8AB7B

Color information

#C8AB7B (or 0xC8AB7B) is unknown color: approx Putty. HEX triplet: C8, AB and 7B. RGB value is (200,171,123). Sum of RGB (Red+Green+Blue) = 200+171+123=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 123 (48.44% from 255 or 24.90% from 494); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AB7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AB7B is #375484. Grayscale: #AEAEAE. Windows color (decimal): -3626117 or 8104904. OLE color: 8104904.

HSL color Cylindrical-coordinate representation of color #C8AB7B: hue angle of 37.4º degrees, saturation: 0.41, 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 #C8AB7B is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB200171123-
CMYK00.140.380.22
HSL37.4º41.18%63.33%-
HSV(B)37.4º38.5%78.43%-
XYZ41.9642.8424.8-
YUV174.299.11146.4-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.49%
GREEN value IS 171 (67.19% from 255) = 34.62%
BLUE value IS 123 (48.44% from 255) = 24.90%
R=40.49%
G=34.62%
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
Decimal20017112300.140.380.2237.441.1863.33
HexC8AB7B0E261625293f
Octal3102531730164626455177
Binary110010001010101111110110111010011010110100101101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AB7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AB7B; }

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

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

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

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

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

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

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

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