Html Css Color HEX #C50368 Ruby

📋 copy color: '#C50368'

red 197 ◦ green 3 ◦ blue 104

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

Shades of Ruby #C50368

Tints of Ruby #C50368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.21%

R = 64.8%
G = 0.99%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C50368 (or 0xC50368) is known color: Ruby. HEX triplet: C5, 03 and 68. RGB value is (197,3,104). Sum of RGB (Red+Green+Blue) = 197+3+104=304 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.80% from 304); Green value is 3 (1.56% from 255 or 0.99% from 304); Blue value is 104 (41.02% from 255 or 34.21% from 304); Max value from RGB is 197 - color contains mainly: red. Hex color #C50368 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50368 is #3AFC97. Grayscale: #484848. Windows color (decimal): -3865752 or 6816709. OLE color: 6816709.

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

Color convert

RGB 197 3 104 -
CMYK 0 0.98 0.47 0.23
HSL 328.76º 0.97% 0.39% -
HSV(B) 328.76º 0.98% 0.77% -
XYZ 25.56 12.93 14.25 -
YUV 72.52 145.77 216.79 -
System Red Green Blue C M Y K H S L
Decimal 197 3 104 0 0.98 0.47 0.23 328.76 0.97 0.39
Hex C5 3 68 0 62 2F 17 149 61 27
Octal 305 3 150 0 142 57 27 511 141 47
Binary 11000101 11 1101000 0 1100010 101111 10111 101001001 1100001 100111

Color Harmonies of #C50368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50368

Black with #C50368

Text Example


Text Example

White with #C50368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50368; }

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

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

background-color css

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

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

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

border-color css

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

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

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