Html Css Color HEX #C50853 Ruby

📋 copy color: '#C50853'

red 197 ◦ green 8 ◦ blue 83

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

Shades of Ruby #C50853

Tints of Ruby #C50853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 28.82%

R = 68.4%
G = 2.78%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C50853 (or 0xC50853) is known color: Ruby. HEX triplet: C5, 08 and 53. RGB value is (197,8,83). Sum of RGB (Red+Green+Blue) = 197+8+83=288 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.40% from 288); Green value is 8 (3.52% from 255 or 2.78% from 288); Blue value is 83 (32.81% from 255 or 28.82% from 288); Max value from RGB is 197 - color contains mainly: red. Hex color #C50853 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50853 is #3AF7AC. Grayscale: #484848. Windows color (decimal): -3864493 or 5441733. OLE color: 5441733.

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

Color convert

RGB 197 8 83 -
CMYK 0 0.96 0.58 0.23
HSL 336.19º 0.92% 0.4% -
HSV(B) 336.19º 0.96% 0.77% -
XYZ 24.67 12.67 9.33 -
YUV 73.06 133.62 216.4 -
System Red Green Blue C M Y K H S L
Decimal 197 8 83 0 0.96 0.58 0.23 336.19 0.92 0.4
Hex C5 8 53 0 60 3A 17 150 5C 28
Octal 305 10 123 0 140 72 27 520 134 50
Binary 11000101 1000 1010011 0 1100000 111010 10111 101010000 1011100 101000

Color Harmonies of #C50853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50853

Black with #C50853

Text Example


Text Example

White with #C50853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50853; }

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

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

background-color css

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

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

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

border-color css

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

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

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