Html Css Color HEX #C61860 Ruby

📋 copy color: '#C61860'

red 198 ◦ green 24 ◦ blue 96

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

Shades of Ruby #C61860

Tints of Ruby #C61860

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.55%

 BLUE value IS 96 (37.89% from 255) = 30.19%

R = 62.26%
G = 7.55%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C61860 (or 0xC61860) is known color: Ruby. HEX triplet: C6, 18 and 60. RGB value is (198,24,96). Sum of RGB (Red+Green+Blue) = 198+24+96=318 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.26% from 318); Green value is 24 (9.77% from 255 or 7.55% from 318); Blue value is 96 (37.89% from 255 or 30.19% from 318); Max value from RGB is 198 - color contains mainly: red. Hex color #C61860 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61860 is #39E79F. Grayscale: #545454. Windows color (decimal): -3794848 or 6297798. OLE color: 6297798.

HSL color Cylindrical-coordinate representation of color #C61860: hue angle of 335.17º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C61860 is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 24 96 -
CMYK 0 0.88 0.52 0.22
HSL 335.17º 0.78% 0.44% -
HSV(B) 335.17º 0.88% 0.78% -
XYZ 25.73 13.5 12.32 -
YUV 84.23 134.65 209.15 -
System Red Green Blue C M Y K H S L
Decimal 198 24 96 0 0.88 0.52 0.22 335.17 0.78 0.44
Hex C6 18 60 0 58 34 16 14F 4E 2C
Octal 306 30 140 0 130 64 26 517 116 54
Binary 11000110 11000 1100000 0 1011000 110100 10110 101001111 1001110 101100

Color Harmonies of #C61860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61860

Black with #C61860

Text Example


Text Example

White with #C61860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61860; }

 p { color: rgb(198,24,96); }

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

background-color css

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

 a { background-color: rgb(198,24,96); }

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

border-color css

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

 span { border-color: rgb(198,24,96); }

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