#C8B076

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

Shades of Putty #C8B076

Tints of Putty #C8B076

Color information

#C8B076 (or 0xC8B076) is unknown color: approx Putty. HEX triplet: C8, B0 and 76. RGB value is (200,176,118). Sum of RGB (Red+Green+Blue) = 200+176+118=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 176 (69.14% from 255 or 35.63% from 494); Blue value is 118 (46.48% from 255 or 23.89% from 494); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8B076 is #374F89. Grayscale: #B0B0B0. Windows color (decimal): -3624842 or 7778504. OLE color: 7778504.

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

Color convert

RGB200176118-
CMYK00.120.410.22
HSL42.44º42.71%62.35%-
HSV(B)42.44º41%78.43%-
XYZ42.6144.6423.51-
YUV176.5694.95144.72-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.49%
GREEN value IS 176 (69.14% from 255) = 35.63%
BLUE value IS 118 (46.48% from 255) = 23.89%
R=40.49%
G=35.63%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017611800.120.410.2242.4442.7162.35
HexC8B0760C29162a2b3e
Octal3102601660145126525376
Binary110010001011000011101100110010100110110101010101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B076; }

 p { color: rgb(200,176,118); }

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

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

 a { background-color: rgb(200,176,118); }

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

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

 span { border-color: rgb(200,176,118); }

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