Html Css Color HEX #C61157 Ruby

📋 copy color: '#C61157'

red 198 ◦ green 17 ◦ blue 87

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

Shades of Ruby #C61157

Tints of Ruby #C61157

RGB

 RED value IS 198 (77.73% from 255) = 65.56%

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

 BLUE value IS 87 (34.38% from 255) = 28.81%

R = 65.56%
G = 5.63%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C61157 (or 0xC61157) is known color: Ruby. HEX triplet: C6, 11 and 57. RGB value is (198,17,87). Sum of RGB (Red+Green+Blue) = 198+17+87=302 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.56% from 302); Green value is 17 (7.03% from 255 or 5.63% from 302); Blue value is 87 (34.38% from 255 or 28.81% from 302); Max value from RGB is 198 - color contains mainly: red. Hex color #C61157 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61157 is #39EEA8. Grayscale: #4F4F4F. Windows color (decimal): -3796649 or 5706182. OLE color: 5706182.

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

Color convert

RGB 198 17 87 -
CMYK 0 0.91 0.56 0.22
HSL 336.8º 0.84% 0.42% -
HSV(B) 336.8º 0.91% 0.78% -
XYZ 25.21 13.09 10.22 -
YUV 79.1 132.47 212.81 -
System Red Green Blue C M Y K H S L
Decimal 198 17 87 0 0.91 0.56 0.22 336.8 0.84 0.42
Hex C6 11 57 0 5B 38 16 151 54 2A
Octal 306 21 127 0 133 70 26 521 124 52
Binary 11000110 10001 1010111 0 1011011 111000 10110 101010001 1010100 101010

Color Harmonies of #C61157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61157

Black with #C61157

Text Example


Text Example

White with #C61157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61157; }

 p { color: rgb(198,17,87); }

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

background-color css

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

 a { background-color: rgb(198,17,87); }

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

border-color css

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

 span { border-color: rgb(198,17,87); }

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