Html Css Color HEX #C50362 Ruby

📋 copy color: '#C50362'

red 197 ◦ green 3 ◦ blue 98

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

Shades of Ruby #C50362

Tints of Ruby #C50362

RGB

 RED value IS 197 (77.34% from 255) = 66.11%

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

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

R = 66.11%
G = 1.01%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.50

 K value IS 0.23

RGB Variations

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

Color information

#C50362 (or 0xC50362) is known color: Ruby. HEX triplet: C5, 03 and 62. RGB value is (197,3,98). Sum of RGB (Red+Green+Blue) = 197+3+98=298 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.11% from 298); Green value is 3 (1.56% from 255 or 1.01% from 298); Blue value is 98 (38.67% from 255 or 32.89% from 298); Max value from RGB is 197 - color contains mainly: red. Hex color #C50362 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50362 is #3AFC9D. Grayscale: #474747. Windows color (decimal): -3865758 or 6423493. OLE color: 6423493.

HSL color Cylindrical-coordinate representation of color #C50362: hue angle of 330.62º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C50362 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 3 98 -
CMYK 0 0.98 0.50 0.23
HSL 330.62º 0.97% 0.39% -
HSV(B) 330.62º 0.98% 0.77% -
XYZ 25.26 12.82 12.7 -
YUV 71.84 142.77 217.28 -
System Red Green Blue C M Y K H S L
Decimal 197 3 98 0 0.98 0.50 0.23 330.62 0.97 0.39
Hex C5 3 62 0 62 32 17 14B 61 27
Octal 305 3 142 0 142 62 27 513 141 47
Binary 11000101 11 1100010 0 1100010 110010 10111 101001011 1100001 100111

Color Harmonies of #C50362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50362

Black with #C50362

Text Example


Text Example

White with #C50362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50362; }

 p { color: rgb(197,3,98); }

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

background-color css

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

 a { background-color: rgb(197,3,98); }

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

border-color css

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

 span { border-color: rgb(197,3,98); }

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