Html Css Color HEX #C5015D Ruby

📋 copy color: '#C5015D'

red 197 ◦ green 1 ◦ blue 93

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

Shades of Ruby #C5015D

Tints of Ruby #C5015D

RGB

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

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

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

R = 67.7%
G = 0.34%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C5015D (or 0xC5015D) is known color: Ruby. HEX triplet: C5, 01 and 5D. RGB value is (197,1,93). Sum of RGB (Red+Green+Blue) = 197+1+93=291 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.70% from 291); Green value is 1 (0.78% from 255 or 0.34% from 291); Blue value is 93 (36.72% from 255 or 31.96% from 291); Max value from RGB is 197 - color contains mainly: red. Hex color #C5015D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5015D is #3AFEA2. Grayscale: #454545. Windows color (decimal): -3866275 or 6095301. OLE color: 6095301.

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

Color convert

RGB 197 1 93 -
CMYK 0 0.99 0.53 0.23
HSL 331.84º 0.99% 0.39% -
HSV(B) 331.84º 0.99% 0.77% -
XYZ 25.01 12.68 11.49 -
YUV 70.09 140.93 218.52 -
System Red Green Blue C M Y K H S L
Decimal 197 1 93 0 0.99 0.53 0.23 331.84 0.99 0.39
Hex C5 1 5D 0 63 35 17 14C 63 27
Octal 305 1 135 0 143 65 27 514 143 47
Binary 11000101 1 1011101 0 1100011 110101 10111 101001100 1100011 100111

Color Harmonies of #C5015D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5015D

Black with #C5015D

Text Example


Text Example

White with #C5015D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5015D; }

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

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

background-color css

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

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

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

border-color css

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

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

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