Html Css Color HEX #C50866 Ruby

📋 copy color: '#C50866'

red 197 ◦ green 8 ◦ blue 102

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

Shades of Ruby #C50866

Tints of Ruby #C50866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 33.22%

R = 64.17%
G = 2.61%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C50866 (or 0xC50866) is known color: Ruby. HEX triplet: C5, 08 and 66. RGB value is (197,8,102). Sum of RGB (Red+Green+Blue) = 197+8+102=307 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.17% from 307); Green value is 8 (3.52% from 255 or 2.61% from 307); Blue value is 102 (40.23% from 255 or 33.22% from 307); Max value from RGB is 197 - color contains mainly: red. Hex color #C50866 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50866 is #3AF799. Grayscale: #4B4B4B. Windows color (decimal): -3864474 or 6686917. OLE color: 6686917.

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

Color convert

RGB 197 8 102 -
CMYK 0 0.96 0.48 0.23
HSL 330.16º 0.92% 0.4% -
HSV(B) 330.16º 0.96% 0.77% -
XYZ 25.51 13 13.74 -
YUV 75.23 143.12 214.86 -
System Red Green Blue C M Y K H S L
Decimal 197 8 102 0 0.96 0.48 0.23 330.16 0.92 0.4
Hex C5 8 66 0 60 30 17 14A 5C 28
Octal 305 10 146 0 140 60 27 512 134 50
Binary 11000101 1000 1100110 0 1100000 110000 10111 101001010 1011100 101000

Color Harmonies of #C50866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50866

Black with #C50866

Text Example


Text Example

White with #C50866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50866; }

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

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

background-color css

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

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

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

border-color css

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

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

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