Html Css Color HEX #C61154 Ruby

📋 copy color: '#C61154'

red 198 ◦ green 17 ◦ blue 84

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

Shades of Ruby #C61154

Tints of Ruby #C61154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 28.09%

R = 66.22%
G = 5.69%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C61154 (or 0xC61154) is known color: Ruby. HEX triplet: C6, 11 and 54. RGB value is (198,17,84). Sum of RGB (Red+Green+Blue) = 198+17+84=299 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.22% from 299); Green value is 17 (7.03% from 255 or 5.69% from 299); Blue value is 84 (33.20% from 255 or 28.09% from 299); Max value from RGB is 198 - color contains mainly: red. Hex color #C61154 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61154 is #39EEAB. Grayscale: #4E4E4E. Windows color (decimal): -3796652 or 5509574. OLE color: 5509574.

HSL color Cylindrical-coordinate representation of color #C61154: hue angle of 337.79º 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 #C61154 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 17 84 -
CMYK 0 0.91 0.58 0.22
HSL 337.79º 0.84% 0.42% -
HSV(B) 337.79º 0.91% 0.78% -
XYZ 25.09 13.05 9.58 -
YUV 78.76 130.97 213.05 -
System Red Green Blue C M Y K H S L
Decimal 198 17 84 0 0.91 0.58 0.22 337.79 0.84 0.42
Hex C6 11 54 0 5B 3A 16 152 54 2A
Octal 306 21 124 0 133 72 26 522 124 52
Binary 11000110 10001 1010100 0 1011011 111010 10110 101010010 1010100 101010

Color Harmonies of #C61154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61154

Black with #C61154

Text Example


Text Example

White with #C61154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61154; }

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

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

background-color css

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

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

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

border-color css

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

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

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