#C8B277

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

Shades of Putty #C8B277

Tints of Putty #C8B277

Color information

#C8B277 (or 0xC8B277) is unknown color: approx Putty. HEX triplet: C8, B2 and 77. RGB value is (200,178,119). Sum of RGB (Red+Green+Blue) = 200+178+119=497 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.24% from 497); Green value is 178 (69.92% from 255 or 35.81% from 497); Blue value is 119 (46.88% from 255 or 23.94% from 497); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8B277 is #374D88. Grayscale: #B2B2B2. Windows color (decimal): -3624329 or 7844552. OLE color: 7844552.

HSL color Cylindrical-coordinate representation of color #C8B277: hue angle of 43.7º 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 #C8B277 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB200178119-
CMYK00.110.400.22
HSL43.7º42.41%62.55%-
HSV(B)43.7º40.5%78.43%-
XYZ43.0745.4523.96-
YUV177.8594.79143.8-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.24%
GREEN value IS 178 (69.92% from 255) = 35.81%
BLUE value IS 119 (46.88% from 255) = 23.94%
R=40.24%
G=35.81%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017811900.110.400.2243.742.4162.55
HexC8B2770B28162c2a3f
Octal3102621670135026545277
Binary110010001011001011101110101110100010110101100101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B277; }

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

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

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

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

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

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

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

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