Html Css Color HEX #CA1960 Ruby

📋 copy color: '#CA1960'

red 202 ◦ green 25 ◦ blue 96

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

Shades of Ruby #CA1960

Tints of Ruby #CA1960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 29.72%

R = 62.54%
G = 7.74%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#CA1960 (or 0xCA1960) is known color: Ruby. HEX triplet: CA, 19 and 60. RGB value is (202,25,96). Sum of RGB (Red+Green+Blue) = 202+25+96=323 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.54% from 323); Green value is 25 (10.16% from 255 or 7.74% from 323); Blue value is 96 (37.89% from 255 or 29.72% from 323); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1960 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1960 is #35E69F. Grayscale: #555555. Windows color (decimal): -3532448 or 6298058. OLE color: 6298058.

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

Color convert

RGB 202 25 96 -
CMYK 0 0.88 0.52 0.21
HSL 335.93º 0.78% 0.45% -
HSV(B) 335.93º 0.88% 0.79% -
XYZ 26.82 14.1 12.37 -
YUV 86.02 133.64 210.73 -
System Red Green Blue C M Y K H S L
Decimal 202 25 96 0 0.88 0.52 0.21 335.93 0.78 0.45
Hex CA 19 60 0 58 34 15 150 4E 2D
Octal 312 31 140 0 130 64 25 520 116 55
Binary 11001010 11001 1100000 0 1011000 110100 10101 101010000 1001110 101101

Color Harmonies of #CA1960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1960

Black with #CA1960

Text Example


Text Example

White with #CA1960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1960; }

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

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

background-color css

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

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

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

border-color css

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

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

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