#C8C151

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

Shades of Tacha #C8C151

Tints of Tacha #C8C151

Color information

#C8C151 (or 0xC8C151) is unknown color: approx Tacha. HEX triplet: C8, C1 and 51. RGB value is (200,193,81). Sum of RGB (Red+Green+Blue) = 200+193+81=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 193 (75.78% from 255 or 40.72% from 474); Blue value is 81 (32.03% from 255 or 17.09% from 474); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C151 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C151 is #373EAE. Grayscale: #B6B6B6. Windows color (decimal): -3620527 or 5358024. OLE color: 5358024.

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

Color convert

RGB20019381-
CMYK00.040.590.22
HSL56.47º51.97%55.1%-
HSV(B)56.47º59.5%78.43%-
XYZ44.3751.0115.29-
YUV182.3270.82140.61-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.19%
GREEN value IS 193 (75.78% from 255) = 40.72%
BLUE value IS 81 (32.03% from 255) = 17.09%
R=42.19%
G=40.72%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001938100.040.590.2256.4751.9755.1
HexC8C151043B16383437
Octal310301121047326706467
Binary11001000110000011010001010011101110110111000110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C151; }

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

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

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

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

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

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

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

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