#C8A774

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

Shades of Putty #C8A774

Tints of Putty #C8A774

Color information

#C8A774 (or 0xC8A774) is unknown color: approx Putty. HEX triplet: C8, A7 and 74. RGB value is (200,167,116). Sum of RGB (Red+Green+Blue) = 200+167+116=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 167 (65.62% from 255 or 34.58% from 483); Blue value is 116 (45.70% from 255 or 24.02% from 483); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A774 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A774 is #37588B. Grayscale: #ABABAB. Windows color (decimal): -3627148 or 7645128. OLE color: 7645128.

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

Color convert

RGB200167116-
CMYK00.160.420.22
HSL36.43º43.3%61.96%-
HSV(B)36.43º42%78.43%-
XYZ40.7941.1822.32-
YUV171.0596.93148.65-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.41%
GREEN value IS 167 (65.62% from 255) = 34.58%
BLUE value IS 116 (45.70% from 255) = 24.02%
R=41.41%
G=34.58%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016711600.160.420.2236.4343.361.96
HexC8A7740102A16242b3e
Octal3102471640205226445376
Binary1100100010100111111010001000010101010110100100101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A774; }

 p { color: rgb(200,167,116); }

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

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

 a { background-color: rgb(200,167,116); }

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

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

 span { border-color: rgb(200,167,116); }

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