#C8B475

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

Shades of Putty #C8B475

Tints of Putty #C8B475

Color information

#C8B475 (or 0xC8B475) is unknown color: approx Putty. HEX triplet: C8, B4 and 75. RGB value is (200,180,117). Sum of RGB (Red+Green+Blue) = 200+180+117=497 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.24% from 497); Green value is 180 (70.70% from 255 or 36.22% from 497); Blue value is 117 (46.09% from 255 or 23.54% from 497); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B475 is #374B8A. Grayscale: #B3B3B3. Windows color (decimal): -3623819 or 7713992. OLE color: 7713992.

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

Color convert

RGB200180117-
CMYK00.10.420.22
HSL45.54º43.01%62.16%-
HSV(B)45.54º41.5%78.43%-
XYZ43.3546.2123.46-
YUV178.893.13143.12-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.24%
GREEN value IS 180 (70.70% from 255) = 36.22%
BLUE value IS 117 (46.09% from 255) = 23.54%
R=40.24%
G=36.22%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018011700.10.420.2245.5443.0162.16
HexC8B4750A2A162e2b3e
Octal3102641650125226565376
Binary110010001011010011101010101010101010110101110101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B475; }

 p { color: rgb(200,180,117); }

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

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

 a { background-color: rgb(200,180,117); }

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

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

 span { border-color: rgb(200,180,117); }

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