#CA025F

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

Shades of Ruby #CA025F

Tints of Ruby #CA025F

Color information

#CA025F (or 0xCA025F) is unknown color: approx Ruby. HEX triplet: CA, 02 and 5F. RGB value is (202,2,95). Sum of RGB (Red+Green+Blue) = 202+2+95=299 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.56% from 299); Green value is 2 (1.17% from 255 or 0.67% from 299); Blue value is 95 (37.5% from 255 or 31.77% from 299); Max value from RGB is 202 - color contains mainly: red. Hex color #CA025F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA025F is #35FDA0. Grayscale: #484848. Windows color (decimal): -3538337 or 6226634. OLE color: 6226634.

HSL color Cylindrical-coordinate representation of color #CA025F: hue angle of 332.1º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA025F is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB202295-
CMYK00.990.530.21
HSL332.1º98.04%40%-
HSV(B)332.1º99.01%79.22%-
XYZ26.4413.4312.02-
YUV72.4140.76220.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 67.56%
GREEN value IS 2 (1.17% from 255) = 0.67%
BLUE value IS 95 (37.5% from 255) = 31.77%
R=67.56%
G=0.67%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20229500.990.530.21332.198.0440
HexCA25F063351514c6228
Octal31221370143652551414250
Binary1100101010101111101100011110101101011010011001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA025F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA025F; }

 p { color: rgb(202,2,95); }

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

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

 a { background-color: rgb(202,2,95); }

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

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

 span { border-color: rgb(202,2,95); }

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