Html Css Color HEX #C50455 Ruby

📋 copy color: '#C50455'

red 197 ◦ green 4 ◦ blue 85

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

Shades of Ruby #C50455

Tints of Ruby #C50455

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.4%

 BLUE value IS 85 (33.59% from 255) = 29.72%

R = 68.88%
G = 1.4%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C50455 (or 0xC50455) is known color: Ruby. HEX triplet: C5, 04 and 55. RGB value is (197,4,85). Sum of RGB (Red+Green+Blue) = 197+4+85=286 (37% of max value = 765). Red value is 197 (77.34% from 255 or 68.88% from 286); Green value is 4 (1.95% from 255 or 1.40% from 286); Blue value is 85 (33.59% from 255 or 29.72% from 286); Max value from RGB is 197 - color contains mainly: red. Hex color #C50455 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50455 is #3AFBAA. Grayscale: #464646. Windows color (decimal): -3865515 or 5571781. OLE color: 5571781.

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

Color convert

RGB 197 4 85 -
CMYK 0 0.98 0.57 0.23
HSL 334.82º 0.96% 0.39% -
HSV(B) 334.82º 0.98% 0.77% -
XYZ 24.71 12.61 9.73 -
YUV 70.94 135.94 217.91 -
System Red Green Blue C M Y K H S L
Decimal 197 4 85 0 0.98 0.57 0.23 334.82 0.96 0.39
Hex C5 4 55 0 62 39 17 14F 60 27
Octal 305 4 125 0 142 71 27 517 140 47
Binary 11000101 100 1010101 0 1100010 111001 10111 101001111 1100000 100111

Color Harmonies of #C50455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50455

Black with #C50455

Text Example


Text Example

White with #C50455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50455; }

 p { color: rgb(197,4,85); }

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

background-color css

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

 a { background-color: rgb(197,4,85); }

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

border-color css

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

 span { border-color: rgb(197,4,85); }

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