#C8B177

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

Shades of Putty #C8B177

Tints of Putty #C8B177

Color information

#C8B177 (or 0xC8B177) is unknown color: approx Putty. HEX triplet: C8, B1 and 77. RGB value is (200,177,119). Sum of RGB (Red+Green+Blue) = 200+177+119=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 177 (69.53% from 255 or 35.69% from 496); Blue value is 119 (46.88% from 255 or 23.99% from 496); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8B177 is #374E88. Grayscale: #B1B1B1. Windows color (decimal): -3624585 or 7844296. OLE color: 7844296.

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

Color convert

RGB200177119-
CMYK00.120.400.22
HSL42.96º42.41%62.55%-
HSV(B)42.96º40.5%78.43%-
XYZ42.8745.0623.89-
YUV177.2695.12144.22-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.32%
GREEN value IS 177 (69.53% from 255) = 35.69%
BLUE value IS 119 (46.88% from 255) = 23.99%
R=40.32%
G=35.69%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017711900.120.400.2242.9642.4162.55
HexC8B1770C28162b2a3f
Octal3102611670145026535277
Binary110010001011000111101110110010100010110101011101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B177; }

 p { color: rgb(200,177,119); }

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

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

 a { background-color: rgb(200,177,119); }

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

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

 span { border-color: rgb(200,177,119); }

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