#C8A572

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

Shades of Putty #C8A572

Tints of Putty #C8A572

Color information

#C8A572 (or 0xC8A572) is unknown color: approx Putty. HEX triplet: C8, A5 and 72. RGB value is (200,165,114). Sum of RGB (Red+Green+Blue) = 200+165+114=479 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.75% from 479); Green value is 165 (64.84% from 255 or 34.45% from 479); Blue value is 114 (44.92% from 255 or 23.80% from 479); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A572 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A572 is #375A8D. Grayscale: #A9A9A9. Windows color (decimal): -3627662 or 7513544. OLE color: 7513544.

HSL color Cylindrical-coordinate representation of color #C8A572: hue angle of 35.58º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C8A572 is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB200165114-
CMYK00.180.430.22
HSL35.58º43.88%61.57%-
HSV(B)35.58º43%78.43%-
XYZ40.3140.421.59-
YUV169.6596.6149.65-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.75%
GREEN value IS 165 (64.84% from 255) = 34.45%
BLUE value IS 114 (44.92% from 255) = 23.80%
R=41.75%
G=34.45%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016511400.180.430.2235.5843.8861.57
HexC8A5720122B16242c3e
Octal3102451620225326445476
Binary1100100010100101111001001001010101110110100100101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A572; }

 p { color: rgb(200,165,114); }

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

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

 a { background-color: rgb(200,165,114); }

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

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

 span { border-color: rgb(200,165,114); }

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