Html Css Color HEX #C5055B Ruby

📋 copy color: '#C5055B'

red 197 ◦ green 5 ◦ blue 91

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

Shades of Ruby #C5055B

Tints of Ruby #C5055B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 31.06%

R = 67.24%
G = 1.71%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C5055B (or 0xC5055B) is known color: Ruby. HEX triplet: C5, 05 and 5B. RGB value is (197,5,91). Sum of RGB (Red+Green+Blue) = 197+5+91=293 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.24% from 293); Green value is 5 (2.34% from 255 or 1.71% from 293); Blue value is 91 (35.94% from 255 or 31.06% from 293); Max value from RGB is 197 - color contains mainly: red. Hex color #C5055B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5055B is #3AFAA4. Grayscale: #484848. Windows color (decimal): -3865253 or 5965253. OLE color: 5965253.

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

Color convert

RGB 197 5 91 -
CMYK 0 0.97 0.54 0.23
HSL 333.13º 0.95% 0.4% -
HSV(B) 333.13º 0.97% 0.77% -
XYZ 24.97 12.73 11.04 -
YUV 72.21 138.61 217.01 -
System Red Green Blue C M Y K H S L
Decimal 197 5 91 0 0.97 0.54 0.23 333.13 0.95 0.4
Hex C5 5 5B 0 61 36 17 14D 5F 28
Octal 305 5 133 0 141 66 27 515 137 50
Binary 11000101 101 1011011 0 1100001 110110 10111 101001101 1011111 101000

Color Harmonies of #C5055B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5055B

Black with #C5055B

Text Example


Text Example

White with #C5055B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5055B; }

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

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

background-color css

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

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

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

border-color css

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

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

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