Html Css Color HEX #C61054 Ruby

📋 copy color: '#C61054'

red 198 ◦ green 16 ◦ blue 84

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

Shades of Ruby #C61054

Tints of Ruby #C61054

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.37%

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

R = 66.44%
G = 5.37%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C61054 (or 0xC61054) is known color: Ruby. HEX triplet: C6, 10 and 54. RGB value is (198,16,84). Sum of RGB (Red+Green+Blue) = 198+16+84=298 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.44% from 298); Green value is 16 (6.64% from 255 or 5.37% from 298); Blue value is 84 (33.20% from 255 or 28.19% from 298); Max value from RGB is 198 - color contains mainly: red. Hex color #C61054 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61054 is #39EFAB. Grayscale: #4E4E4E. Windows color (decimal): -3796908 or 5509318. OLE color: 5509318.

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

Color convert

RGB 198 16 84 -
CMYK 0 0.92 0.58 0.22
HSL 337.58º 0.85% 0.42% -
HSV(B) 337.58º 0.92% 0.78% -
XYZ 25.07 13.02 9.58 -
YUV 78.17 131.3 213.47 -
System Red Green Blue C M Y K H S L
Decimal 198 16 84 0 0.92 0.58 0.22 337.58 0.85 0.42
Hex C6 10 54 0 5C 3A 16 152 55 2A
Octal 306 20 124 0 134 72 26 522 125 52
Binary 11000110 10000 1010100 0 1011100 111010 10110 101010010 1010101 101010

Color Harmonies of #C61054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61054

Black with #C61054

Text Example


Text Example

White with #C61054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61054; }

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

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

background-color css

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

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

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

border-color css

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

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

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