#C8B56B

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

Shades of Putty #C8B56B

Tints of Putty #C8B56B

Color information

#C8B56B (or 0xC8B56B) is unknown color: approx Putty. HEX triplet: C8, B5 and 6B. RGB value is (200,181,107). Sum of RGB (Red+Green+Blue) = 200+181+107=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 181 (71.09% from 255 or 37.09% from 488); Blue value is 107 (42.19% from 255 or 21.93% from 488); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B56B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B56B is #374A94. Grayscale: #B2B2B2. Windows color (decimal): -3623573 or 7058888. OLE color: 7058888.

HSL color Cylindrical-coordinate representation of color #C8B56B: hue angle of 47.74º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C8B56B is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB200181107-
CMYK00.090.460.22
HSL47.74º45.81%60.2%-
HSV(B)47.74º46.5%78.43%-
XYZ4346.3920.6-
YUV178.2487.79143.52-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.98%
GREEN value IS 181 (71.09% from 255) = 37.09%
BLUE value IS 107 (42.19% from 255) = 21.93%
R=40.98%
G=37.09%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018110700.090.460.2247.7445.8160.2
HexC8B56B092E16302e3c
Octal3102651530115626605674
Binary110010001011010111010110100110111010110110000101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B56B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B56B; }

 p { color: rgb(200,181,107); }

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

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

 a { background-color: rgb(200,181,107); }

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

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

 span { border-color: rgb(200,181,107); }

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