Html Css Color HEX #C5115C Ruby

📋 copy color: '#C5115C'

red 197 ◦ green 17 ◦ blue 92

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

Shades of Ruby #C5115C

Tints of Ruby #C5115C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.56%

 BLUE value IS 92 (36.33% from 255) = 30.07%

R = 64.38%
G = 5.56%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C5115C (or 0xC5115C) is known color: Ruby. HEX triplet: C5, 11 and 5C. RGB value is (197,17,92). Sum of RGB (Red+Green+Blue) = 197+17+92=306 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.38% from 306); Green value is 17 (7.03% from 255 or 5.56% from 306); Blue value is 92 (36.33% from 255 or 30.07% from 306); Max value from RGB is 197 - color contains mainly: red. Hex color #C5115C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5115C is #3AEEA3. Grayscale: #4F4F4F. Windows color (decimal): -3862180 or 6033861. OLE color: 6033861.

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

Color convert

RGB 197 17 92 -
CMYK 0 0.91 0.53 0.23
HSL 335º 0.84% 0.42% -
HSV(B) 335º 0.91% 0.77% -
XYZ 25.16 13.04 11.32 -
YUV 79.37 135.13 211.9 -
System Red Green Blue C M Y K H S L
Decimal 197 17 92 0 0.91 0.53 0.23 335 0.84 0.42
Hex C5 11 5C 0 5B 35 17 14F 54 2A
Octal 305 21 134 0 133 65 27 517 124 52
Binary 11000101 10001 1011100 0 1011011 110101 10111 101001111 1010100 101010

Color Harmonies of #C5115C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5115C

Black with #C5115C

Text Example


Text Example

White with #C5115C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5115C; }

 p { color: rgb(197,17,92); }

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

background-color css

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

 a { background-color: rgb(197,17,92); }

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

border-color css

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

 span { border-color: rgb(197,17,92); }

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