#C8B956

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

Shades of Tacha #C8B956

Tints of Tacha #C8B956

Color information

#C8B956 (or 0xC8B956) is unknown color: approx Tacha. HEX triplet: C8, B9 and 56. RGB value is (200,185,86). Sum of RGB (Red+Green+Blue) = 200+185+86=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 185 (72.66% from 255 or 39.28% from 471); Blue value is 86 (33.98% from 255 or 18.26% from 471); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B956 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B956 is #3746A9. Grayscale: #B2B2B2. Windows color (decimal): -3622570 or 5683656. OLE color: 5683656.

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

Color convert

RGB20018586-
CMYK00.080.570.22
HSL52.11º50.89%56.08%-
HSV(B)52.11º57%78.43%-
XYZ42.8547.6515.74-
YUV178.275.97143.55-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.46%
GREEN value IS 185 (72.66% from 255) = 39.28%
BLUE value IS 86 (33.98% from 255) = 18.26%
R=42.46%
G=39.28%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001858600.080.570.2252.1150.8956.08
HexC8B956083916343338
Octal3102711260107126646370
Binary110010001011100110101100100011100110110110100110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B956; }

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

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

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

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

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

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

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

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