Html Css Color HEX #C50754 Ruby

📋 copy color: '#C50754'

red 197 ◦ green 7 ◦ blue 84

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

Shades of Ruby #C50754

Tints of Ruby #C50754

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.43%

 BLUE value IS 84 (33.2% from 255) = 29.17%

R = 68.4%
G = 2.43%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C50754 (or 0xC50754) is known color: Ruby. HEX triplet: C5, 07 and 54. RGB value is (197,7,84). Sum of RGB (Red+Green+Blue) = 197+7+84=288 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.40% from 288); Green value is 7 (3.12% from 255 or 2.43% from 288); Blue value is 84 (33.20% from 255 or 29.17% from 288); Max value from RGB is 197 - color contains mainly: red. Hex color #C50754 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50754 is #3AF8AB. Grayscale: #484848. Windows color (decimal): -3864748 or 5507013. OLE color: 5507013.

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

Color convert

RGB 197 7 84 -
CMYK 0 0.96 0.57 0.23
HSL 335.68º 0.93% 0.4% -
HSV(B) 335.68º 0.96% 0.77% -
XYZ 24.7 12.66 9.53 -
YUV 72.59 134.45 216.74 -
System Red Green Blue C M Y K H S L
Decimal 197 7 84 0 0.96 0.57 0.23 335.68 0.93 0.4
Hex C5 7 54 0 60 39 17 150 5D 28
Octal 305 7 124 0 140 71 27 520 135 50
Binary 11000101 111 1010100 0 1100000 111001 10111 101010000 1011101 101000

Color Harmonies of #C50754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50754

Black with #C50754

Text Example


Text Example

White with #C50754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50754; }

 p { color: rgb(197,7,84); }

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

background-color css

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

 a { background-color: rgb(197,7,84); }

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

border-color css

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

 span { border-color: rgb(197,7,84); }

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