#C8B673

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

Shades of Putty #C8B673

Tints of Putty #C8B673

Color information

#C8B673 (or 0xC8B673) is unknown color: approx Putty. HEX triplet: C8, B6 and 73. RGB value is (200,182,115). Sum of RGB (Red+Green+Blue) = 200+182+115=497 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.24% from 497); Green value is 182 (71.48% from 255 or 36.62% from 497); Blue value is 115 (45.31% from 255 or 23.14% from 497); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B673 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B673 is #37498C. Grayscale: #B4B4B4. Windows color (decimal): -3623309 or 7583432. OLE color: 7583432.

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

Color convert

RGB200182115-
CMYK00.090.420.22
HSL47.29º43.59%61.76%-
HSV(B)47.29º42.5%78.43%-
XYZ43.6446.9722.99-
YUV179.7491.46142.45-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.24%
GREEN value IS 182 (71.48% from 255) = 36.62%
BLUE value IS 115 (45.31% from 255) = 23.14%
R=40.24%
G=36.62%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018211500.090.420.2247.2943.5961.76
HexC8B673092A162f2c3e
Octal3102661630115226575476
Binary110010001011011011100110100110101010110101111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B673; }

 p { color: rgb(200,182,115); }

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

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

 a { background-color: rgb(200,182,115); }

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

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

 span { border-color: rgb(200,182,115); }

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