Html Css Color HEX #CA1464 Ruby

📋 copy color: '#CA1464'

red 202 ◦ green 20 ◦ blue 100

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

Shades of Ruby #CA1464

Tints of Ruby #CA1464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 31.06%

R = 62.73%
G = 6.21%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#CA1464 (or 0xCA1464) is known color: Ruby. HEX triplet: CA, 14 and 64. RGB value is (202,20,100). Sum of RGB (Red+Green+Blue) = 202+20+100=322 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.73% from 322); Green value is 20 (8.20% from 255 or 6.21% from 322); Blue value is 100 (39.45% from 255 or 31.06% from 322); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1464 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1464 is #35EB9B. Grayscale: #535353. Windows color (decimal): -3533724 or 6558922. OLE color: 6558922.

HSL color Cylindrical-coordinate representation of color #CA1464: hue angle of 333.63º 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 #CA1464 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 20 100 -
CMYK 0 0.90 0.50 0.21
HSL 333.63º 0.82% 0.44% -
HSV(B) 333.63º 0.9% 0.79% -
XYZ 26.91 13.98 13.34 -
YUV 83.54 137.3 212.5 -
System Red Green Blue C M Y K H S L
Decimal 202 20 100 0 0.90 0.50 0.21 333.63 0.82 0.44
Hex CA 14 64 0 5A 32 15 14E 52 2C
Octal 312 24 144 0 132 62 25 516 122 54
Binary 11001010 10100 1100100 0 1011010 110010 10101 101001110 1010010 101100

Color Harmonies of #CA1464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1464

Black with #CA1464

Text Example


Text Example

White with #CA1464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1464; }

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

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

background-color css

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

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

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

border-color css

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

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

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