Html Css Color HEX #C50260 Ruby

📋 copy color: '#C50260'

red 197 ◦ green 2 ◦ blue 96

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

Shades of Ruby #C50260

Tints of Ruby #C50260

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.68%

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

R = 66.78%
G = 0.68%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C50260 (or 0xC50260) is known color: Ruby. HEX triplet: C5, 02 and 60. RGB value is (197,2,96). Sum of RGB (Red+Green+Blue) = 197+2+96=295 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.78% from 295); Green value is 2 (1.17% from 255 or 0.68% from 295); Blue value is 96 (37.89% from 255 or 32.54% from 295); Max value from RGB is 197 - color contains mainly: red. Hex color #C50260 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50260 is #3AFD9F. Grayscale: #464646. Windows color (decimal): -3866016 or 6292165. OLE color: 6292165.

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

Color convert

RGB 197 2 96 -
CMYK 0 0.99 0.51 0.23
HSL 331.08º 0.98% 0.39% -
HSV(B) 331.08º 0.99% 0.77% -
XYZ 25.16 12.76 12.2 -
YUV 71.02 142.1 217.86 -
System Red Green Blue C M Y K H S L
Decimal 197 2 96 0 0.99 0.51 0.23 331.08 0.98 0.39
Hex C5 2 60 0 63 33 17 14B 62 27
Octal 305 2 140 0 143 63 27 513 142 47
Binary 11000101 10 1100000 0 1100011 110011 10111 101001011 1100010 100111

Color Harmonies of #C50260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50260

Black with #C50260

Text Example


Text Example

White with #C50260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50260; }

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

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

background-color css

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

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

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

border-color css

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

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

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