#C8B068

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

Shades of Putty #C8B068

Tints of Putty #C8B068

Color information

#C8B068 (or 0xC8B068) is unknown color: approx Putty. HEX triplet: C8, B0 and 68. RGB value is (200,176,104). Sum of RGB (Red+Green+Blue) = 200+176+104=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 176 (69.14% from 255 or 36.67% from 480); Blue value is 104 (41.02% from 255 or 21.67% from 480); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8B068 is #374F97. Grayscale: #AFAFAF. Windows color (decimal): -3624856 or 6861000. OLE color: 6861000.

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

Color convert

RGB200176104-
CMYK00.120.480.22
HSL45º46.6%59.61%-
HSV(B)45º48%78.43%-
XYZ41.8444.3319.45-
YUV174.9787.95145.85-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.67%
GREEN value IS 176 (69.14% from 255) = 36.67%
BLUE value IS 104 (41.02% from 255) = 21.67%
R=41.67%
G=36.67%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017610400.120.480.224546.659.61
HexC8B0680C30162d2f3c
Octal3102601500146026555774
Binary110010001011000011010000110011000010110101101101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B068; }

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

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

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

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

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

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

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

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