#C8B372

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

Shades of Putty #C8B372

Tints of Putty #C8B372

Color information

#C8B372 (or 0xC8B372) is unknown color: approx Putty. HEX triplet: C8, B3 and 72. RGB value is (200,179,114). Sum of RGB (Red+Green+Blue) = 200+179+114=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 179 (70.31% from 255 or 36.31% from 493); Blue value is 114 (44.92% from 255 or 23.12% from 493); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B372 is #374C8D. Grayscale: #B2B2B2. Windows color (decimal): -3624078 or 7517128. OLE color: 7517128.

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

Color convert

RGB200179114-
CMYK00.100.430.22
HSL45.35º43.88%61.57%-
HSV(B)45.35º43%78.43%-
XYZ42.9845.7322.48-
YUV177.8791.96143.79-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.57%
GREEN value IS 179 (70.31% from 255) = 36.31%
BLUE value IS 114 (44.92% from 255) = 23.12%
R=40.57%
G=36.31%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017911400.100.430.2245.3543.8861.57
HexC8B3720A2B162d2c3e
Octal3102631620125326555476
Binary110010001011001111100100101010101110110101101101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B372; }

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

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

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

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

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

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

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

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