Html Css Color HEX #C5015B Ruby

📋 copy color: '#C5015B'

red 197 ◦ green 1 ◦ blue 91

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

Shades of Ruby #C5015B

Tints of Ruby #C5015B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

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

R = 68.17%
G = 0.35%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C5015B (or 0xC5015B) is known color: Ruby. HEX triplet: C5, 01 and 5B. RGB value is (197,1,91). Sum of RGB (Red+Green+Blue) = 197+1+91=289 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.17% from 289); Green value is 1 (0.78% from 255 or 0.35% from 289); Blue value is 91 (35.94% from 255 or 31.49% from 289); Max value from RGB is 197 - color contains mainly: red. Hex color #C5015B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5015B is #3AFEA4. Grayscale: #454545. Windows color (decimal): -3866277 or 5964229. OLE color: 5964229.

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

Color convert

RGB 197 1 91 -
CMYK 0 0.99 0.54 0.23
HSL 332.45º 0.99% 0.39% -
HSV(B) 332.45º 0.99% 0.77% -
XYZ 24.93 12.65 11.03 -
YUV 69.86 139.93 218.68 -
System Red Green Blue C M Y K H S L
Decimal 197 1 91 0 0.99 0.54 0.23 332.45 0.99 0.39
Hex C5 1 5B 0 63 36 17 14C 63 27
Octal 305 1 133 0 143 66 27 514 143 47
Binary 11000101 1 1011011 0 1100011 110110 10111 101001100 1100011 100111

Color Harmonies of #C5015B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5015B

Black with #C5015B

Text Example


Text Example

White with #C5015B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5015B; }

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

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

background-color css

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

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

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

border-color css

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

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

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