Html Css Color HEX #C5055D Ruby

📋 copy color: '#C5055D'

red 197 ◦ green 5 ◦ blue 93

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

Shades of Ruby #C5055D

Tints of Ruby #C5055D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.69%

 BLUE value IS 93 (36.72% from 255) = 31.53%

R = 66.78%
G = 1.69%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C5055D (or 0xC5055D) is known color: Ruby. HEX triplet: C5, 05 and 5D. RGB value is (197,5,93). Sum of RGB (Red+Green+Blue) = 197+5+93=295 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.78% from 295); Green value is 5 (2.34% from 255 or 1.69% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 197 - color contains mainly: red. Hex color #C5055D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5055D is #3AFAA2. Grayscale: #484848. Windows color (decimal): -3865251 or 6096325. OLE color: 6096325.

HSL color Cylindrical-coordinate representation of color #C5055D: hue angle of 332.5º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C5055D is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 5 93 -
CMYK 0 0.97 0.53 0.23
HSL 332.5º 0.95% 0.4% -
HSV(B) 332.5º 0.97% 0.77% -
XYZ 25.06 12.77 11.5 -
YUV 72.44 139.61 216.84 -
System Red Green Blue C M Y K H S L
Decimal 197 5 93 0 0.97 0.53 0.23 332.5 0.95 0.4
Hex C5 5 5D 0 61 35 17 14C 5F 28
Octal 305 5 135 0 141 65 27 514 137 50
Binary 11000101 101 1011101 0 1100001 110101 10111 101001100 1011111 101000

Color Harmonies of #C5055D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5055D

Black with #C5055D

Text Example


Text Example

White with #C5055D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5055D; }

 p { color: rgb(197,5,93); }

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

background-color css

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

 a { background-color: rgb(197,5,93); }

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

border-color css

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

 span { border-color: rgb(197,5,93); }

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