Html Css Color HEX #C50868 Ruby

📋 copy color: '#C50868'

red 197 ◦ green 8 ◦ blue 104

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

Shades of Ruby #C50868

Tints of Ruby #C50868

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.59%

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

R = 63.75%
G = 2.59%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C50868 (or 0xC50868) is known color: Ruby. HEX triplet: C5, 08 and 68. RGB value is (197,8,104). Sum of RGB (Red+Green+Blue) = 197+8+104=309 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.75% from 309); Green value is 8 (3.52% from 255 or 2.59% from 309); Blue value is 104 (41.02% from 255 or 33.66% from 309); Max value from RGB is 197 - color contains mainly: red. Hex color #C50868 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50868 is #3AF797. Grayscale: #4B4B4B. Windows color (decimal): -3864472 or 6817989. OLE color: 6817989.

HSL color Cylindrical-coordinate representation of color #C50868: hue angle of 329.52º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C50868 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 8 104 -
CMYK 0 0.96 0.47 0.23
HSL 329.52º 0.92% 0.4% -
HSV(B) 329.52º 0.96% 0.77% -
XYZ 25.61 13.04 14.26 -
YUV 75.46 144.12 214.69 -
System Red Green Blue C M Y K H S L
Decimal 197 8 104 0 0.96 0.47 0.23 329.52 0.92 0.4
Hex C5 8 68 0 60 2F 17 14A 5C 28
Octal 305 10 150 0 140 57 27 512 134 50
Binary 11000101 1000 1101000 0 1100000 101111 10111 101001010 1011100 101000

Color Harmonies of #C50868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50868

Black with #C50868

Text Example


Text Example

White with #C50868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50868; }

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

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

background-color css

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

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

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

border-color css

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

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

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