Html Css Color HEX #C5135A Ruby

📋 copy color: '#C5135A'

red 197 ◦ green 19 ◦ blue 90

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

Shades of Ruby #C5135A

Tints of Ruby #C5135A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.41%

R = 64.38%
G = 6.21%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C5135A (or 0xC5135A) is known color: Ruby. HEX triplet: C5, 13 and 5A. RGB value is (197,19,90). Sum of RGB (Red+Green+Blue) = 197+19+90=306 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.38% from 306); Green value is 19 (7.81% from 255 or 6.21% from 306); Blue value is 90 (35.55% from 255 or 29.41% from 306); Max value from RGB is 197 - color contains mainly: red. Hex color #C5135A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5135A is #3AECA5. Grayscale: #505050. Windows color (decimal): -3861670 or 5903301. OLE color: 5903301.

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

Color convert

RGB 197 19 90 -
CMYK 0 0.90 0.54 0.23
HSL 336.07º 0.82% 0.42% -
HSV(B) 336.07º 0.9% 0.77% -
XYZ 25.1 13.07 10.87 -
YUV 80.32 133.47 211.23 -
System Red Green Blue C M Y K H S L
Decimal 197 19 90 0 0.90 0.54 0.23 336.07 0.82 0.42
Hex C5 13 5A 0 5A 36 17 150 52 2A
Octal 305 23 132 0 132 66 27 520 122 52
Binary 11000101 10011 1011010 0 1011010 110110 10111 101010000 1010010 101010

Color Harmonies of #C5135A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5135A

Black with #C5135A

Text Example


Text Example

White with #C5135A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5135A; }

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

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

background-color css

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

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

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

border-color css

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

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

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