#C8B374

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

Shades of Putty #C8B374

Tints of Putty #C8B374

Color information

#C8B374 (or 0xC8B374) is unknown color: approx Putty. HEX triplet: C8, B3 and 74. RGB value is (200,179,116). Sum of RGB (Red+Green+Blue) = 200+179+116=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 179 (70.31% from 255 or 36.16% from 495); Blue value is 116 (45.70% from 255 or 23.43% from 495); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B374 is #374C8B. Grayscale: #B2B2B2. Windows color (decimal): -3624076 or 7648200. OLE color: 7648200.

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

Color convert

RGB200179116-
CMYK00.100.420.22
HSL45º43.3%61.96%-
HSV(B)45º42%78.43%-
XYZ43.0945.7823.09-
YUV178.192.96143.62-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.40%
GREEN value IS 179 (70.31% from 255) = 36.16%
BLUE value IS 116 (45.70% from 255) = 23.43%
R=40.40%
G=36.16%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017911600.100.420.224543.361.96
HexC8B3740A2A162d2b3e
Octal3102631640125226555376
Binary110010001011001111101000101010101010110101101101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B374; }

 p { color: rgb(200,179,116); }

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

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

 a { background-color: rgb(200,179,116); }

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

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

 span { border-color: rgb(200,179,116); }

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