#C8BD51

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

Shades of Tacha #C8BD51

Tints of Tacha #C8BD51

Color information

#C8BD51 (or 0xC8BD51) is unknown color: approx Tacha. HEX triplet: C8, BD and 51. RGB value is (200,189,81). Sum of RGB (Red+Green+Blue) = 200+189+81=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 189 (74.22% from 255 or 40.21% from 470); Blue value is 81 (32.03% from 255 or 17.23% from 470); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BD51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BD51 is #3742AE. Grayscale: #B4B4B4. Windows color (decimal): -3621551 or 5357000. OLE color: 5357000.

HSL color Cylindrical-coordinate representation of color #C8BD51: hue angle of 54.45º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C8BD51 is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB20018981-
CMYK00.060.590.22
HSL54.45º51.97%55.1%-
HSV(B)54.45º59.5%78.43%-
XYZ43.549.2715-
YUV179.9872.14142.28-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.55%
GREEN value IS 189 (74.22% from 255) = 40.21%
BLUE value IS 81 (32.03% from 255) = 17.23%
R=42.55%
G=40.21%
B=17.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001898100.060.590.2254.4551.9755.1
HexC8BD51063B16363437
Octal310275121067326666467
Binary11001000101111011010001011011101110110110110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BD51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BD51; }

 p { color: rgb(200,189,81); }

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

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

 a { background-color: rgb(200,189,81); }

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

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

 span { border-color: rgb(200,189,81); }

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