#C8B468

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

Shades of Tacha #C8B468

Tints of Tacha #C8B468

Color information

#C8B468 (or 0xC8B468) is unknown color: approx Tacha. HEX triplet: C8, B4 and 68. RGB value is (200,180,104). Sum of RGB (Red+Green+Blue) = 200+180+104=484 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.32% from 484); Green value is 180 (70.70% from 255 or 37.19% from 484); Blue value is 104 (41.02% from 255 or 21.49% from 484); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B468 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B468 is #374B97. Grayscale: #B1B1B1. Windows color (decimal): -3623832 or 6862024. OLE color: 6862024.

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

Color convert

RGB200180104-
CMYK00.10.480.22
HSL47.5º46.6%59.61%-
HSV(B)47.5º48%78.43%-
XYZ42.6445.9219.71-
YUV177.3286.63144.18-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.32%
GREEN value IS 180 (70.70% from 255) = 37.19%
BLUE value IS 104 (41.02% from 255) = 21.49%
R=41.32%
G=37.19%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018010400.10.480.2247.546.659.61
HexC8B4680A3016302f3c
Octal3102641500126026605774
Binary110010001011010011010000101011000010110110000101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B468; }

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

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

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

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

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

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

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

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