Html Css Color HEX #C5155E Ruby

📋 copy color: '#C5155E'

red 197 ◦ green 21 ◦ blue 94

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

Shades of Ruby #C5155E

Tints of Ruby #C5155E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.73%

 BLUE value IS 94 (37.11% from 255) = 30.13%

R = 63.14%
G = 6.73%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C5155E (or 0xC5155E) is known color: Ruby. HEX triplet: C5, 15 and 5E. RGB value is (197,21,94). Sum of RGB (Red+Green+Blue) = 197+21+94=312 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.14% from 312); Green value is 21 (8.59% from 255 or 6.73% from 312); Blue value is 94 (37.11% from 255 or 30.13% from 312); Max value from RGB is 197 - color contains mainly: red. Hex color #C5155E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5155E is #3AEAA1. Grayscale: #515151. Windows color (decimal): -3861154 or 6165957. OLE color: 6165957.

HSL color Cylindrical-coordinate representation of color #C5155E: hue angle of 335.11º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C5155E is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 21 94 -
CMYK 0 0.89 0.52 0.23
HSL 335.11º 0.81% 0.43% -
HSV(B) 335.11º 0.89% 0.77% -
XYZ 25.31 13.21 11.81 -
YUV 81.95 134.81 210.06 -
System Red Green Blue C M Y K H S L
Decimal 197 21 94 0 0.89 0.52 0.23 335.11 0.81 0.43
Hex C5 15 5E 0 59 34 17 14F 51 2B
Octal 305 25 136 0 131 64 27 517 121 53
Binary 11000101 10101 1011110 0 1011001 110100 10111 101001111 1010001 101011

Color Harmonies of #C5155E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5155E

Black with #C5155E

Text Example


Text Example

White with #C5155E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5155E; }

 p { color: rgb(197,21,94); }

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

background-color css

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

 a { background-color: rgb(197,21,94); }

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

border-color css

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

 span { border-color: rgb(197,21,94); }

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