Html Css Color HEX #CA0D63 Ruby

📋 copy color: '#CA0D63'

red 202 ◦ green 13 ◦ blue 99

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

Shades of Ruby #CA0D63

Tints of Ruby #CA0D63

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.14%

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

R = 64.33%
G = 4.14%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CA0D63 (or 0xCA0D63) is known color: Ruby. HEX triplet: CA, 0D and 63. RGB value is (202,13,99). Sum of RGB (Red+Green+Blue) = 202+13+99=314 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.33% from 314); Green value is 13 (5.47% from 255 or 4.14% from 314); Blue value is 99 (39.06% from 255 or 31.53% from 314); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0D63 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0D63 is #35F29C. Grayscale: #4F4F4F. Windows color (decimal): -3535517 or 6491594. OLE color: 6491594.

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

Color convert

RGB 202 13 99 -
CMYK 0 0.94 0.51 0.21
HSL 332.7º 0.88% 0.42% -
HSV(B) 332.7º 0.94% 0.79% -
XYZ 26.75 13.75 13.05 -
YUV 79.32 139.12 215.51 -
System Red Green Blue C M Y K H S L
Decimal 202 13 99 0 0.94 0.51 0.21 332.7 0.88 0.42
Hex CA D 63 0 5E 33 15 14D 58 2A
Octal 312 15 143 0 136 63 25 515 130 52
Binary 11001010 1101 1100011 0 1011110 110011 10101 101001101 1011000 101010

Color Harmonies of #CA0D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0D63

Black with #CA0D63

Text Example


Text Example

White with #CA0D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0D63; }

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

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

background-color css

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

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

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

border-color css

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

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

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