Html Css Color HEX #CA0562 Ruby

📋 copy color: '#CA0562'

red 202 ◦ green 5 ◦ blue 98

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

Shades of Ruby #CA0562

Tints of Ruby #CA0562

RGB

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

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

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

R = 66.23%
G = 1.64%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CA0562 (or 0xCA0562) is known color: Ruby. HEX triplet: CA, 05 and 62. RGB value is (202,5,98). Sum of RGB (Red+Green+Blue) = 202+5+98=305 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.23% from 305); Green value is 5 (2.34% from 255 or 1.64% from 305); Blue value is 98 (38.67% from 255 or 32.13% from 305); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0562 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0562 is #35FA9D. Grayscale: #4A4A4A. Windows color (decimal): -3537566 or 6424010. OLE color: 6424010.

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

Color convert

RGB 202 5 98 -
CMYK 0 0.98 0.51 0.21
HSL 331.68º 0.95% 0.41% -
HSV(B) 331.68º 0.98% 0.79% -
XYZ 26.62 13.55 12.77 -
YUV 74.51 141.27 218.94 -
System Red Green Blue C M Y K H S L
Decimal 202 5 98 0 0.98 0.51 0.21 331.68 0.95 0.41
Hex CA 5 62 0 62 33 15 14C 5F 29
Octal 312 5 142 0 142 63 25 514 137 51
Binary 11001010 101 1100010 0 1100010 110011 10101 101001100 1011111 101001

Color Harmonies of #CA0562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0562

Black with #CA0562

Text Example


Text Example

White with #CA0562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0562; }

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

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

background-color css

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

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

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

border-color css

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

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

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