#c8af70

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

Shades of Putty #C8AF70

Tints of Putty #C8AF70

Color information

#C8AF70 (or 0xC8AF70) is unknown color: approx Putty. HEX triplet: C8, AF and 70. RGB value is (200,175,112). Sum of RGB (Red+Green+Blue) = 200+175+112=487 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.07% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 112 (44.14% from 255 or 23.00% from 487); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AF70 is #37508F. Grayscale: #AFAFAF. Windows color (decimal): -3625104 or 7385032. OLE color: 7385032.

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

Color convert

RGB200175112-
CMYK00.120.440.22
HSL42.95º44.44%61.18%-
HSV(B)42.95º44%78.43%-
XYZ42.0744.1121.63-
YUV175.2992.28145.62-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.07%
GREEN value IS 175 (68.75% from 255) = 35.93%
BLUE value IS 112 (44.14% from 255) = 23.00%
R=41.07%
G=35.93%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017511200.120.440.2242.9544.4461.18
HexC8AF700C2C162b2c3d
Octal3102571600145426535475
Binary110010001010111111100000110010110010110101011101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c8af70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c8af70; }

 p { color: rgb(200,175,112); }

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

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

 a { background-color: rgb(200,175,112); }

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

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

 span { border-color: rgb(200,175,112); }

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