Html Css Color HEX #CA1463 Ruby

📋 copy color: '#CA1463'

red 202 ◦ green 20 ◦ blue 99

#CA1463
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ruby #CA1463

Tints of Ruby #CA1463

RGB

 RED value IS 202 (79.3% from 255) = 62.93%

 GREEN value IS 20 (8.2% from 255) = 6.23%

 BLUE value IS 99 (39.06% from 255) = 30.84%

R = 62.93%
G = 6.23%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CA1463 (or 0xCA1463) is known color: Ruby. HEX triplet: CA, 14 and 63. RGB value is (202,20,99). Sum of RGB (Red+Green+Blue) = 202+20+99=321 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.93% from 321); Green value is 20 (8.20% from 255 or 6.23% from 321); Blue value is 99 (39.06% from 255 or 30.84% from 321); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1463 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1463 is #35EB9C. Grayscale: #535353. Windows color (decimal): -3533725 or 6493386. OLE color: 6493386.

HSL color Cylindrical-coordinate representation of color #CA1463: hue angle of 333.96º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA1463 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 20 99 -
CMYK 0 0.90 0.51 0.21
HSL 333.96º 0.82% 0.44% -
HSV(B) 333.96º 0.9% 0.79% -
XYZ 26.86 13.96 13.08 -
YUV 83.42 136.8 212.58 -
System Red Green Blue C M Y K H S L
Decimal 202 20 99 0 0.90 0.51 0.21 333.96 0.82 0.44
Hex CA 14 63 0 5A 33 15 14E 52 2C
Octal 312 24 143 0 132 63 25 516 122 54
Binary 11001010 10100 1100011 0 1011010 110011 10101 101001110 1010010 101100

Color Harmonies of #CA1463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1463

Black with #CA1463

Text Example


Text Example

White with #CA1463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1463; }

 p { color: rgb(202,20,99); }

 H1.HeaderClassName
 {
   color: #CA1463;
 }
 .AnyTagClassName
 {
   color: #CA1463;
 }
</style>

background-color css

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

 a { background-color: rgb(202,20,99); }

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

border-color css

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

 span { border-color: rgb(202,20,99); }

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