Html Css Color HEX #CA0361 Ruby

📋 copy color: '#CA0361'

red 202 ◦ green 3 ◦ blue 97

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

Shades of Ruby #CA0361

Tints of Ruby #CA0361

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.99%

 BLUE value IS 97 (38.28% from 255) = 32.12%

R = 66.89%
G = 0.99%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#CA0361 (or 0xCA0361) is known color: Ruby. HEX triplet: CA, 03 and 61. RGB value is (202,3,97). Sum of RGB (Red+Green+Blue) = 202+3+97=302 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.89% from 302); Green value is 3 (1.56% from 255 or 0.99% from 302); Blue value is 97 (38.28% from 255 or 32.12% from 302); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0361 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0361 is #35FC9E. Grayscale: #494949. Windows color (decimal): -3538079 or 6357962. OLE color: 6357962.

HSL color Cylindrical-coordinate representation of color #CA0361: hue angle of 331.66º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA0361 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 3 97 -
CMYK 0 0.99 0.52 0.21
HSL 331.66º 0.97% 0.4% -
HSV(B) 331.66º 0.99% 0.79% -
XYZ 26.55 13.48 12.51 -
YUV 73.22 141.43 219.86 -
System Red Green Blue C M Y K H S L
Decimal 202 3 97 0 0.99 0.52 0.21 331.66 0.97 0.4
Hex CA 3 61 0 63 34 15 14C 61 28
Octal 312 3 141 0 143 64 25 514 141 50
Binary 11001010 11 1100001 0 1100011 110100 10101 101001100 1100001 101000

Color Harmonies of #CA0361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0361

Black with #CA0361

Text Example


Text Example

White with #CA0361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0361; }

 p { color: rgb(202,3,97); }

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

background-color css

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

 a { background-color: rgb(202,3,97); }

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

border-color css

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

 span { border-color: rgb(202,3,97); }

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