Html Css Color HEX #C51260 Ruby

📋 copy color: '#C51260'

red 197 ◦ green 18 ◦ blue 96

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

Shades of Ruby #C51260

Tints of Ruby #C51260

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.79%

 BLUE value IS 96 (37.89% from 255) = 30.87%

R = 63.34%
G = 5.79%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C51260 (or 0xC51260) is known color: Ruby. HEX triplet: C5, 12 and 60. RGB value is (197,18,96). Sum of RGB (Red+Green+Blue) = 197+18+96=311 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.34% from 311); Green value is 18 (7.42% from 255 or 5.79% from 311); Blue value is 96 (37.89% from 255 or 30.87% from 311); Max value from RGB is 197 - color contains mainly: red. Hex color #C51260 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51260 is #3AED9F. Grayscale: #505050. Windows color (decimal): -3861920 or 6296261. OLE color: 6296261.

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

Color convert

RGB 197 18 96 -
CMYK 0 0.91 0.51 0.23
HSL 333.85º 0.83% 0.42% -
HSV(B) 333.85º 0.91% 0.77% -
XYZ 25.35 13.15 12.27 -
YUV 80.41 136.8 211.16 -
System Red Green Blue C M Y K H S L
Decimal 197 18 96 0 0.91 0.51 0.23 333.85 0.83 0.42
Hex C5 12 60 0 5B 33 17 14E 53 2A
Octal 305 22 140 0 133 63 27 516 123 52
Binary 11000101 10010 1100000 0 1011011 110011 10111 101001110 1010011 101010

Color Harmonies of #C51260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51260

Black with #C51260

Text Example


Text Example

White with #C51260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51260; }

 p { color: rgb(197,18,96); }

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

background-color css

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

 a { background-color: rgb(197,18,96); }

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

border-color css

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

 span { border-color: rgb(197,18,96); }

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