#C4095E

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

Shades of Ruby #C4095E

Tints of Ruby #C4095E

Color information

#C4095E (or 0xC4095E) is unknown color: approx Ruby. HEX triplet: C4, 09 and 5E. RGB value is (196,9,94). Sum of RGB (Red+Green+Blue) = 196+9+94=299 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.55% from 299); Green value is 9 (3.91% from 255 or 3.01% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 196 - color contains mainly: red. Hex color #C4095E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4095E is #3BF6A1. Grayscale: #4A4A4A. Windows color (decimal): -3929762 or 6162884. OLE color: 6162884.

HSL color Cylindrical-coordinate representation of color #C4095E: hue angle of 332.73º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C4095E is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB196994-
CMYK00.950.520.23
HSL332.73º91.22%40.2%-
HSV(B)332.73º95.41%76.86%-
XYZ24.8812.7411.74-
YUV74.6138.95214.59-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 65.55%
GREEN value IS 9 (3.91% from 255) = 3.01%
BLUE value IS 94 (37.11% from 255) = 31.44%
R=65.55%
G=3.01%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19699400.950.520.23332.7391.2240.2
HexC495E05F341714d5b28
Octal304111360137642751513350
Binary110001001001101111001011111110100101111010011011011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4095E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4095E; }

 p { color: rgb(196,9,94); }

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

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

 a { background-color: rgb(196,9,94); }

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

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

 span { border-color: rgb(196,9,94); }

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