Html Css Color HEX #CA0E51 Ruby

📋 copy color: '#CA0E51'

red 202 ◦ green 14 ◦ blue 81

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

Shades of Ruby #CA0E51

Tints of Ruby #CA0E51

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.71%

 BLUE value IS 81 (32.03% from 255) = 27.27%

R = 68.01%
G = 4.71%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#CA0E51 (or 0xCA0E51) is known color: Ruby. HEX triplet: CA, 0E and 51. RGB value is (202,14,81). Sum of RGB (Red+Green+Blue) = 202+14+81=297 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.01% from 297); Green value is 14 (5.86% from 255 or 4.71% from 297); Blue value is 81 (32.03% from 255 or 27.27% from 297); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0E51 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0E51 is #35F1AE. Grayscale: #4D4D4D. Windows color (decimal): -3535279 or 5312202. OLE color: 5312202.

HSL color Cylindrical-coordinate representation of color #CA0E51: hue angle of 338.62º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA0E51 is Cyan = 0, Magento = 0.93, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 14 81 -
CMYK 0 0.93 0.60 0.21
HSL 338.62º 0.87% 0.42% -
HSV(B) 338.62º 0.93% 0.79% -
XYZ 26 13.46 9.01 -
YUV 77.85 129.78 216.55 -
System Red Green Blue C M Y K H S L
Decimal 202 14 81 0 0.93 0.60 0.21 338.62 0.87 0.42
Hex CA E 51 0 5D 3C 15 153 57 2A
Octal 312 16 121 0 135 74 25 523 127 52
Binary 11001010 1110 1010001 0 1011101 111100 10101 101010011 1010111 101010

Color Harmonies of #CA0E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0E51

Black with #CA0E51

Text Example


Text Example

White with #CA0E51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0E51; }

 p { color: rgb(202,14,81); }

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

background-color css

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

 a { background-color: rgb(202,14,81); }

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

border-color css

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

 span { border-color: rgb(202,14,81); }

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