#C7C05A

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

Shades of Tacha #C7C05A

Tints of Tacha #C7C05A

Color information

#C7C05A (or 0xC7C05A) is unknown color: approx Tacha. HEX triplet: C7, C0 and 5A. RGB value is (199,192,90). Sum of RGB (Red+Green+Blue) = 199+192+90=481 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.37% from 481); Green value is 192 (75.39% from 255 or 39.92% from 481); Blue value is 90 (35.55% from 255 or 18.71% from 481); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C05A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C05A is #383FA5. Grayscale: #B6B6B6. Windows color (decimal): -3686310 or 5947591. OLE color: 5947591.

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

Color convert

RGB19919290-
CMYK00.040.550.22
HSL56.15º49.32%56.67%-
HSV(B)56.15º54.77%78.04%-
XYZ44.2550.5817.1-
YUV182.4675.82139.79-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.37%
GREEN value IS 192 (75.39% from 255) = 39.92%
BLUE value IS 90 (35.55% from 255) = 18.71%
R=41.37%
G=39.92%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991929000.040.550.2256.1549.3256.67
HexC7C05A043716383139
Octal307300132046726706171
Binary11000111110000001011010010011011110110111000110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C05A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C05A; }

 p { color: rgb(199,192,90); }

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

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

 a { background-color: rgb(199,192,90); }

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

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

 span { border-color: rgb(199,192,90); }

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