Html Css Color HEX #C50966 Ruby

📋 copy color: '#C50966'

red 197 ◦ green 9 ◦ blue 102

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

Shades of Ruby #C50966

Tints of Ruby #C50966

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.92%

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

R = 63.96%
G = 2.92%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C50966 (or 0xC50966) is known color: Ruby. HEX triplet: C5, 09 and 66. RGB value is (197,9,102). Sum of RGB (Red+Green+Blue) = 197+9+102=308 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.96% from 308); Green value is 9 (3.91% from 255 or 2.92% from 308); Blue value is 102 (40.23% from 255 or 33.12% from 308); Max value from RGB is 197 - color contains mainly: red. Hex color #C50966 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50966 is #3AF699. Grayscale: #4B4B4B. Windows color (decimal): -3864218 or 6687173. OLE color: 6687173.

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

Color convert

RGB 197 9 102 -
CMYK 0 0.95 0.48 0.23
HSL 330.32º 0.91% 0.4% -
HSV(B) 330.32º 0.95% 0.77% -
XYZ 25.52 13.03 13.74 -
YUV 75.81 142.78 214.44 -
System Red Green Blue C M Y K H S L
Decimal 197 9 102 0 0.95 0.48 0.23 330.32 0.91 0.4
Hex C5 9 66 0 5F 30 17 14A 5B 28
Octal 305 11 146 0 137 60 27 512 133 50
Binary 11000101 1001 1100110 0 1011111 110000 10111 101001010 1011011 101000

Color Harmonies of #C50966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50966

Black with #C50966

Text Example


Text Example

White with #C50966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50966; }

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

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

background-color css

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

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

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

border-color css

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

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

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