#CA104F

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

Shades of Ruby #CA104F

Tints of Ruby #CA104F

Color information

#CA104F (or 0xCA104F) is unknown color: approx Ruby. HEX triplet: CA, 10 and 4F. RGB value is (202,16,79). Sum of RGB (Red+Green+Blue) = 202+16+79=297 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.01% from 297); Green value is 16 (6.64% from 255 or 5.39% from 297); Blue value is 79 (31.25% from 255 or 26.60% from 297); Max value from RGB is 202 - color contains mainly: red. Hex color #CA104F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA104F is #35EFB0. Grayscale: #4E4E4E. Windows color (decimal): -3534769 or 5181642. OLE color: 5181642.

HSL color Cylindrical-coordinate representation of color #CA104F: hue angle of 339.68º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA104F is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB2021679-
CMYK00.920.610.21
HSL339.68º85.32%42.75%-
HSV(B)339.68º92.08%79.22%-
XYZ25.9513.498.63-
YUV78.8128.12215.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 68.01%
GREEN value IS 16 (6.64% from 255) = 5.39%
BLUE value IS 79 (31.25% from 255) = 26.60%
R=68.01%
G=5.39%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202167900.920.610.21339.6885.3242.75
HexCA104F05C3D15154552b
Octal312201170134752552412553
Binary1100101010000100111101011100111101101011010101001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA104F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA104F; }

 p { color: rgb(202,16,79); }

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

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

 a { background-color: rgb(202,16,79); }

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

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

 span { border-color: rgb(202,16,79); }

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