#C8B958

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

Shades of Tacha #C8B958

Tints of Tacha #C8B958

Color information

#C8B958 (or 0xC8B958) is unknown color: approx Tacha. HEX triplet: C8, B9 and 58. RGB value is (200,185,88). Sum of RGB (Red+Green+Blue) = 200+185+88=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 185 (72.66% from 255 or 39.11% from 473); Blue value is 88 (34.77% from 255 or 18.60% from 473); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B958 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B958 is #3746A7. Grayscale: #B2B2B2. Windows color (decimal): -3622568 or 5814728. OLE color: 5814728.

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

Color convert

RGB20018588-
CMYK00.080.560.22
HSL51.96º50.45%56.47%-
HSV(B)51.96º56%78.43%-
XYZ42.9347.6816.17-
YUV178.4376.97143.39-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.28%
GREEN value IS 185 (72.66% from 255) = 39.11%
BLUE value IS 88 (34.77% from 255) = 18.60%
R=42.28%
G=39.11%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001858800.080.560.2251.9650.4556.47
HexC8B958083816343238
Octal3102711300107026646270
Binary110010001011100110110000100011100010110110100110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B958; }

 p { color: rgb(200,185,88); }

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

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

 a { background-color: rgb(200,185,88); }

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

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

 span { border-color: rgb(200,185,88); }

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