Html Css Color HEX #CA1263 Ruby

📋 copy color: '#CA1263'

red 202 ◦ green 18 ◦ blue 99

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

Shades of Ruby #CA1263

Tints of Ruby #CA1263

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.64%

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

R = 63.32%
G = 5.64%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CA1263 (or 0xCA1263) is known color: Ruby. HEX triplet: CA, 12 and 63. RGB value is (202,18,99). Sum of RGB (Red+Green+Blue) = 202+18+99=319 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.32% from 319); Green value is 18 (7.42% from 255 or 5.64% from 319); Blue value is 99 (39.06% from 255 or 31.03% from 319); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1263 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1263 is #35ED9C. Grayscale: #525252. Windows color (decimal): -3534237 or 6492874. OLE color: 6492874.

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

Color convert

RGB 202 18 99 -
CMYK 0 0.91 0.51 0.21
HSL 333.59º 0.84% 0.43% -
HSV(B) 333.59º 0.91% 0.79% -
XYZ 26.83 13.89 13.07 -
YUV 82.25 137.46 213.41 -
System Red Green Blue C M Y K H S L
Decimal 202 18 99 0 0.91 0.51 0.21 333.59 0.84 0.43
Hex CA 12 63 0 5B 33 15 14E 54 2B
Octal 312 22 143 0 133 63 25 516 124 53
Binary 11001010 10010 1100011 0 1011011 110011 10101 101001110 1010100 101011

Color Harmonies of #CA1263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1263

Black with #CA1263

Text Example


Text Example

White with #CA1263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1263; }

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

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

background-color css

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

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

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

border-color css

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

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

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