Html Css Color HEX #C5135D Ruby

📋 copy color: '#C5135D'

red 197 ◦ green 19 ◦ blue 93

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

Shades of Ruby #C5135D

Tints of Ruby #C5135D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.15%

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

R = 63.75%
G = 6.15%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C5135D (or 0xC5135D) is known color: Ruby. HEX triplet: C5, 13 and 5D. RGB value is (197,19,93). Sum of RGB (Red+Green+Blue) = 197+19+93=309 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.75% from 309); Green value is 19 (7.81% from 255 or 6.15% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 197 - color contains mainly: red. Hex color #C5135D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5135D is #3AECA2. Grayscale: #505050. Windows color (decimal): -3861667 or 6099909. OLE color: 6099909.

HSL color Cylindrical-coordinate representation of color #C5135D: hue angle of 335.06º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C5135D is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 19 93 -
CMYK 0 0.90 0.53 0.23
HSL 335.06º 0.82% 0.42% -
HSV(B) 335.06º 0.9% 0.77% -
XYZ 25.23 13.13 11.56 -
YUV 80.66 134.97 210.98 -
System Red Green Blue C M Y K H S L
Decimal 197 19 93 0 0.90 0.53 0.23 335.06 0.82 0.42
Hex C5 13 5D 0 5A 35 17 14F 52 2A
Octal 305 23 135 0 132 65 27 517 122 52
Binary 11000101 10011 1011101 0 1011010 110101 10111 101001111 1010010 101010

Color Harmonies of #C5135D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5135D

Black with #C5135D

Text Example


Text Example

White with #C5135D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5135D; }

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

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

background-color css

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

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

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

border-color css

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

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

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