#C9C150

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

Shades of Tacha #C9C150

Tints of Tacha #C9C150

Color information

#C9C150 (or 0xC9C150) is unknown color: approx Tacha. HEX triplet: C9, C1 and 50. RGB value is (201,193,80). Sum of RGB (Red+Green+Blue) = 201+193+80=474 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.41% from 474); Green value is 193 (75.78% from 255 or 40.72% from 474); Blue value is 80 (31.64% from 255 or 16.88% from 474); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C150 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C150 is #363EAF. Grayscale: #B6B6B6. Windows color (decimal): -3554992 or 5292489. OLE color: 5292489.

HSL color Cylindrical-coordinate representation of color #C9C150: hue angle of 56.03º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C9C150 is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB20119380-
CMYK00.040.600.21
HSL56.03º52.84%55.1%-
HSV(B)56.03º60.2%78.82%-
XYZ44.6151.1415.11-
YUV182.5170.15141.19-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.41%
GREEN value IS 193 (75.78% from 255) = 40.72%
BLUE value IS 80 (31.64% from 255) = 16.88%
R=42.41%
G=40.72%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011938000.040.600.2156.0352.8455.1
HexC9C150043C15383537
Octal311301120047425706567
Binary11001001110000011010000010011110010101111000110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C150; }

 p { color: rgb(201,193,80); }

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

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

 a { background-color: rgb(201,193,80); }

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

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

 span { border-color: rgb(201,193,80); }

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