Html Css Color HEX #CA0559 Ruby

📋 copy color: '#CA0559'

red 202 ◦ green 5 ◦ blue 89

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

Shades of Ruby #CA0559

Tints of Ruby #CA0559

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.69%

 BLUE value IS 89 (35.16% from 255) = 30.07%

R = 68.24%
G = 1.69%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#CA0559 (or 0xCA0559) is known color: Ruby. HEX triplet: CA, 05 and 59. RGB value is (202,5,89). Sum of RGB (Red+Green+Blue) = 202+5+89=296 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.24% from 296); Green value is 5 (2.34% from 255 or 1.69% from 296); Blue value is 89 (35.16% from 255 or 30.07% from 296); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0559 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0559 is #35FAA6. Grayscale: #494949. Windows color (decimal): -3537575 or 5834186. OLE color: 5834186.

HSL color Cylindrical-coordinate representation of color #CA0559: hue angle of 334.42º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA0559 is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 5 89 -
CMYK 0 0.98 0.56 0.21
HSL 334.42º 0.95% 0.41% -
HSV(B) 334.42º 0.98% 0.79% -
XYZ 26.21 13.39 10.65 -
YUV 73.48 136.77 219.67 -
System Red Green Blue C M Y K H S L
Decimal 202 5 89 0 0.98 0.56 0.21 334.42 0.95 0.41
Hex CA 5 59 0 62 38 15 14E 5F 29
Octal 312 5 131 0 142 70 25 516 137 51
Binary 11001010 101 1011001 0 1100010 111000 10101 101001110 1011111 101001

Color Harmonies of #CA0559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0559

Black with #CA0559

Text Example


Text Example

White with #CA0559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0559; }

 p { color: rgb(202,5,89); }

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

background-color css

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

 a { background-color: rgb(202,5,89); }

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

border-color css

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

 span { border-color: rgb(202,5,89); }

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