#C4105B

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

Shades of Ruby #C4105B

Tints of Ruby #C4105B

Color information

#C4105B (or 0xC4105B) is unknown color: approx Ruby. HEX triplet: C4, 10 and 5B. RGB value is (196,16,91). Sum of RGB (Red+Green+Blue) = 196+16+91=303 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.69% from 303); Green value is 16 (6.64% from 255 or 5.28% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 196 - color contains mainly: red. Hex color #C4105B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4105B is #3BEFA4. Grayscale: #4E4E4E. Windows color (decimal): -3927973 or 5968068. OLE color: 5968068.

HSL color Cylindrical-coordinate representation of color #C4105B: hue angle of 335º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C4105B is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.23.

Color convert

RGB1961691-
CMYK00.920.540.23
HSL335º84.91%41.57%-
HSV(B)335º91.84%76.86%-
XYZ24.8412.8611.07-
YUV78.37135.13211.9-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 64.69%
GREEN value IS 16 (6.64% from 255) = 5.28%
BLUE value IS 91 (35.94% from 255) = 30.03%
R=64.69%
G=5.28%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196169100.920.540.2333584.9141.57
HexC4105B05C361714f552a
Octal304201330134662751712552
Binary1100010010000101101101011100110110101111010011111010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4105B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4105B; }

 p { color: rgb(196,16,91); }

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

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

 a { background-color: rgb(196,16,91); }

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

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

 span { border-color: rgb(196,16,91); }

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