#C8B26E

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

Shades of Putty #C8B26E

Tints of Putty #C8B26E

Color information

#C8B26E (or 0xC8B26E) is unknown color: approx Putty. HEX triplet: C8, B2 and 6E. RGB value is (200,178,110). Sum of RGB (Red+Green+Blue) = 200+178+110=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 178 (69.92% from 255 or 36.48% from 488); Blue value is 110 (43.36% from 255 or 22.54% from 488); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B26E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8B26E is #374D91. Grayscale: #B1B1B1. Windows color (decimal): -3624338 or 7254728. OLE color: 7254728.

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

Color convert

RGB200178110-
CMYK00.110.450.22
HSL45.33º45%60.78%-
HSV(B)45.33º45%78.43%-
XYZ42.5545.2521.24-
YUV176.8390.29144.53-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.98%
GREEN value IS 178 (69.92% from 255) = 36.48%
BLUE value IS 110 (43.36% from 255) = 22.54%
R=40.98%
G=36.48%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017811000.110.450.2245.334560.78
HexC8B26E0B2D162d2d3d
Octal3102621560135526555575
Binary110010001011001011011100101110110110110101101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B26E; }

 p { color: rgb(200,178,110); }

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

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

 a { background-color: rgb(200,178,110); }

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

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

 span { border-color: rgb(200,178,110); }

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