Html Css Color HEX #CA1963 Ruby

📋 copy color: '#CA1963'

red 202 ◦ green 25 ◦ blue 99

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

Shades of Ruby #CA1963

Tints of Ruby #CA1963

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.67%

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

R = 61.96%
G = 7.67%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CA1963 (or 0xCA1963) is known color: Ruby. HEX triplet: CA, 19 and 63. RGB value is (202,25,99). Sum of RGB (Red+Green+Blue) = 202+25+99=326 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.96% from 326); Green value is 25 (10.16% from 255 or 7.67% from 326); Blue value is 99 (39.06% from 255 or 30.37% from 326); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1963 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1963 is #35E69C. Grayscale: #565656. Windows color (decimal): -3532445 or 6494666. OLE color: 6494666.

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

Color convert

RGB 202 25 99 -
CMYK 0 0.88 0.51 0.21
HSL 334.92º 0.78% 0.45% -
HSV(B) 334.92º 0.88% 0.79% -
XYZ 26.96 14.15 13.12 -
YUV 86.36 135.14 210.48 -
System Red Green Blue C M Y K H S L
Decimal 202 25 99 0 0.88 0.51 0.21 334.92 0.78 0.45
Hex CA 19 63 0 58 33 15 14F 4E 2D
Octal 312 31 143 0 130 63 25 517 116 55
Binary 11001010 11001 1100011 0 1011000 110011 10101 101001111 1001110 101101

Color Harmonies of #CA1963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1963

Black with #CA1963

Text Example


Text Example

White with #CA1963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1963; }

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

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

background-color css

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

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

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

border-color css

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

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

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