Html Css Color HEX #CA0963 Ruby

📋 copy color: '#CA0963'

red 202 ◦ green 9 ◦ blue 99

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

Shades of Ruby #CA0963

Tints of Ruby #CA0963

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.9%

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

R = 65.16%
G = 2.9%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CA0963 (or 0xCA0963) is known color: Ruby. HEX triplet: CA, 09 and 63. RGB value is (202,9,99). Sum of RGB (Red+Green+Blue) = 202+9+99=310 (41% of max value = 765). Red value is 202 (79.30% from 255 or 65.16% from 310); Green value is 9 (3.91% from 255 or 2.90% from 310); Blue value is 99 (39.06% from 255 or 31.94% from 310); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0963 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0963 is #35F69C. Grayscale: #4C4C4C. Windows color (decimal): -3536541 or 6490570. OLE color: 6490570.

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

Color convert

RGB 202 9 99 -
CMYK 0 0.96 0.51 0.21
HSL 332.02º 0.91% 0.41% -
HSV(B) 332.02º 0.96% 0.79% -
XYZ 26.71 13.65 13.03 -
YUV 76.97 140.44 217.18 -
System Red Green Blue C M Y K H S L
Decimal 202 9 99 0 0.96 0.51 0.21 332.02 0.91 0.41
Hex CA 9 63 0 60 33 15 14C 5B 29
Octal 312 11 143 0 140 63 25 514 133 51
Binary 11001010 1001 1100011 0 1100000 110011 10101 101001100 1011011 101001

Color Harmonies of #CA0963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0963

Black with #CA0963

Text Example


Text Example

White with #CA0963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0963; }

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

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

background-color css

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

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

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

border-color css

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

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

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