Html Css Color HEX #CA0E62 Ruby

📋 copy color: '#CA0E62'

red 202 ◦ green 14 ◦ blue 98

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

Shades of Ruby #CA0E62

Tints of Ruby #CA0E62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.21%

R = 64.33%
G = 4.46%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CA0E62 (or 0xCA0E62) is known color: Ruby. HEX triplet: CA, 0E and 62. RGB value is (202,14,98). Sum of RGB (Red+Green+Blue) = 202+14+98=314 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.33% from 314); Green value is 14 (5.86% from 255 or 4.46% from 314); Blue value is 98 (38.67% from 255 or 31.21% from 314); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0E62 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0E62 is #35F19D. Grayscale: #4F4F4F. Windows color (decimal): -3535262 or 6426314. OLE color: 6426314.

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

Color convert

RGB 202 14 98 -
CMYK 0 0.93 0.51 0.21
HSL 333.19º 0.87% 0.42% -
HSV(B) 333.19º 0.93% 0.79% -
XYZ 26.72 13.75 12.8 -
YUV 79.79 138.28 215.17 -
System Red Green Blue C M Y K H S L
Decimal 202 14 98 0 0.93 0.51 0.21 333.19 0.87 0.42
Hex CA E 62 0 5D 33 15 14D 57 2A
Octal 312 16 142 0 135 63 25 515 127 52
Binary 11001010 1110 1100010 0 1011101 110011 10101 101001101 1010111 101010

Color Harmonies of #CA0E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0E62

Black with #CA0E62

Text Example


Text Example

White with #CA0E62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0E62; }

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

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

background-color css

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

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

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

border-color css

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

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

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