Html Css Color HEX #C50365 Ruby

📋 copy color: '#C50365'

red 197 ◦ green 3 ◦ blue 101

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

Shades of Ruby #C50365

Tints of Ruby #C50365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 33.55%

R = 65.45%
G = 1%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#C50365 (or 0xC50365) is known color: Ruby. HEX triplet: C5, 03 and 65. RGB value is (197,3,101). Sum of RGB (Red+Green+Blue) = 197+3+101=301 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.45% from 301); Green value is 3 (1.56% from 255 or 1.00% from 301); Blue value is 101 (39.84% from 255 or 33.55% from 301); Max value from RGB is 197 - color contains mainly: red. Hex color #C50365 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50365 is #3AFC9A. Grayscale: #474747. Windows color (decimal): -3865755 or 6620101. OLE color: 6620101.

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

Color convert

RGB 197 3 101 -
CMYK 0 0.98 0.49 0.23
HSL 329.69º 0.97% 0.39% -
HSV(B) 329.69º 0.98% 0.77% -
XYZ 25.41 12.88 13.46 -
YUV 72.18 144.27 217.03 -
System Red Green Blue C M Y K H S L
Decimal 197 3 101 0 0.98 0.49 0.23 329.69 0.97 0.39
Hex C5 3 65 0 62 31 17 14A 61 27
Octal 305 3 145 0 142 61 27 512 141 47
Binary 11000101 11 1100101 0 1100010 110001 10111 101001010 1100001 100111

Color Harmonies of #C50365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50365

Black with #C50365

Text Example


Text Example

White with #C50365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50365; }

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

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

background-color css

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

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

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

border-color css

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

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

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