Html Css Color HEX #C61863 Ruby

📋 copy color: '#C61863'

red 198 ◦ green 24 ◦ blue 99

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

Shades of Ruby #C61863

Tints of Ruby #C61863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.84%

R = 61.68%
G = 7.48%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#C61863 (or 0xC61863) is known color: Ruby. HEX triplet: C6, 18 and 63. RGB value is (198,24,99). Sum of RGB (Red+Green+Blue) = 198+24+99=321 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.68% from 321); Green value is 24 (9.77% from 255 or 7.48% from 321); Blue value is 99 (39.06% from 255 or 30.84% from 321); Max value from RGB is 198 - color contains mainly: red. Hex color #C61863 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61863 is #39E79C. Grayscale: #545454. Windows color (decimal): -3794845 or 6494406. OLE color: 6494406.

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

Color convert

RGB 198 24 99 -
CMYK 0 0.88 0.50 0.22
HSL 334.14º 0.78% 0.44% -
HSV(B) 334.14º 0.88% 0.78% -
XYZ 25.87 13.56 13.06 -
YUV 84.58 136.15 208.9 -
System Red Green Blue C M Y K H S L
Decimal 198 24 99 0 0.88 0.50 0.22 334.14 0.78 0.44
Hex C6 18 63 0 58 32 16 14E 4E 2C
Octal 306 30 143 0 130 62 26 516 116 54
Binary 11000110 11000 1100011 0 1011000 110010 10110 101001110 1001110 101100

Color Harmonies of #C61863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61863

Black with #C61863

Text Example


Text Example

White with #C61863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61863; }

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

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

background-color css

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

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

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

border-color css

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

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

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