#C8BE56

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

Shades of Tacha #C8BE56

Tints of Tacha #C8BE56

Color information

#C8BE56 (or 0xC8BE56) is unknown color: approx Tacha. HEX triplet: C8, BE and 56. RGB value is (200,190,86). Sum of RGB (Red+Green+Blue) = 200+190+86=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 190 (74.61% from 255 or 39.92% from 476); Blue value is 86 (33.98% from 255 or 18.07% from 476); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BE56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BE56 is #3741A9. Grayscale: #B5B5B5. Windows color (decimal): -3621290 or 5684936. OLE color: 5684936.

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

Color convert

RGB20019086-
CMYK00.050.570.22
HSL54.74º50.89%56.08%-
HSV(B)54.74º57%78.43%-
XYZ43.9149.7816.1-
YUV181.1374.31141.46-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.02%
GREEN value IS 190 (74.61% from 255) = 39.92%
BLUE value IS 86 (33.98% from 255) = 18.07%
R=42.02%
G=39.92%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001908600.050.570.2254.7450.8956.08
HexC8BE56053916373338
Octal310276126057126676370
Binary11001000101111101010110010111100110110110111110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BE56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BE56; }

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

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

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

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

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

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

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

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