#C8B370

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

Shades of Putty #C8B370

Tints of Putty #C8B370

Color information

#C8B370 (or 0xC8B370) is unknown color: approx Putty. HEX triplet: C8, B3 and 70. RGB value is (200,179,112). Sum of RGB (Red+Green+Blue) = 200+179+112=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 179 (70.31% from 255 or 36.46% from 491); Blue value is 112 (44.14% from 255 or 22.81% from 491); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B370 is #374C8F. Grayscale: #B1B1B1. Windows color (decimal): -3624080 or 7386056. OLE color: 7386056.

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

Color convert

RGB200179112-
CMYK00.100.440.22
HSL45.68º44.44%61.18%-
HSV(B)45.68º44%78.43%-
XYZ42.8645.6921.89-
YUV177.6490.96143.95-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.73%
GREEN value IS 179 (70.31% from 255) = 36.46%
BLUE value IS 112 (44.14% from 255) = 22.81%
R=40.73%
G=36.46%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017911200.100.440.2245.6844.4461.18
HexC8B3700A2C162e2c3d
Octal3102631600125426565475
Binary110010001011001111100000101010110010110101110101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B370; }

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

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

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

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

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

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

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

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