#C8B268

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

Shades of Putty #C8B268

Tints of Putty #C8B268

Color information

#C8B268 (or 0xC8B268) is unknown color: approx Putty. HEX triplet: C8, B2 and 68. RGB value is (200,178,104). Sum of RGB (Red+Green+Blue) = 200+178+104=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 178 (69.92% from 255 or 36.93% from 482); Blue value is 104 (41.02% from 255 or 21.58% from 482); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8B268 is #374D97. Grayscale: #B0B0B0. Windows color (decimal): -3624344 or 6861512. OLE color: 6861512.

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

Color convert

RGB200178104-
CMYK00.110.480.22
HSL46.25º46.6%59.61%-
HSV(B)46.25º48%78.43%-
XYZ42.2445.1219.58-
YUV176.1487.29145.02-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.49%
GREEN value IS 178 (69.92% from 255) = 36.93%
BLUE value IS 104 (41.02% from 255) = 21.58%
R=41.49%
G=36.93%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017810400.110.480.2246.2546.659.61
HexC8B2680B30162e2f3c
Octal3102621500136026565774
Binary110010001011001011010000101111000010110101110101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B268; }

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

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

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

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

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

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

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

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