Html Css Color HEX #CA0C53 Ruby

📋 copy color: '#CA0C53'

red 202 ◦ green 12 ◦ blue 83

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

Shades of Ruby #CA0C53

Tints of Ruby #CA0C53

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.04%

 BLUE value IS 83 (32.81% from 255) = 27.95%

R = 68.01%
G = 4.04%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#CA0C53 (or 0xCA0C53) is known color: Ruby. HEX triplet: CA, 0C and 53. RGB value is (202,12,83). Sum of RGB (Red+Green+Blue) = 202+12+83=297 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.01% from 297); Green value is 12 (5.08% from 255 or 4.04% from 297); Blue value is 83 (32.81% from 255 or 27.95% from 297); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0C53 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0C53 is #35F3AC. Grayscale: #4C4C4C. Windows color (decimal): -3535789 or 5442762. OLE color: 5442762.

HSL color Cylindrical-coordinate representation of color #CA0C53: hue angle of 337.58º degrees, saturation: 0.89, 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 #CA0C53 is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 12 83 -
CMYK 0 0.94 0.59 0.21
HSL 337.58º 0.89% 0.42% -
HSV(B) 337.58º 0.94% 0.79% -
XYZ 26.05 13.44 9.41 -
YUV 76.9 131.45 217.23 -
System Red Green Blue C M Y K H S L
Decimal 202 12 83 0 0.94 0.59 0.21 337.58 0.89 0.42
Hex CA C 53 0 5E 3B 15 152 59 2A
Octal 312 14 123 0 136 73 25 522 131 52
Binary 11001010 1100 1010011 0 1011110 111011 10101 101010010 1011001 101010

Color Harmonies of #CA0C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0C53

Black with #CA0C53

Text Example


Text Example

White with #CA0C53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0C53; }

 p { color: rgb(202,12,83); }

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

background-color css

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

 a { background-color: rgb(202,12,83); }

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

border-color css

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

 span { border-color: rgb(202,12,83); }

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