Html Css Color HEX #C61958 Ruby

📋 copy color: '#C61958'

red 198 ◦ green 25 ◦ blue 88

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

Shades of Ruby #C61958

Tints of Ruby #C61958

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.04%

 BLUE value IS 88 (34.77% from 255) = 28.3%

R = 63.67%
G = 8.04%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C61958 (or 0xC61958) is known color: Ruby. HEX triplet: C6, 19 and 58. RGB value is (198,25,88). Sum of RGB (Red+Green+Blue) = 198+25+88=311 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.67% from 311); Green value is 25 (10.16% from 255 or 8.04% from 311); Blue value is 88 (34.77% from 255 or 28.30% from 311); Max value from RGB is 198 - color contains mainly: red. Hex color #C61958 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61958 is #39E6A7. Grayscale: #535353. Windows color (decimal): -3794600 or 5773766. OLE color: 5773766.

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

Color convert

RGB 198 25 88 -
CMYK 0 0.87 0.56 0.22
HSL 338.15º 0.78% 0.44% -
HSV(B) 338.15º 0.87% 0.78% -
XYZ 25.4 13.41 10.48 -
YUV 83.91 130.31 209.38 -
System Red Green Blue C M Y K H S L
Decimal 198 25 88 0 0.87 0.56 0.22 338.15 0.78 0.44
Hex C6 19 58 0 57 38 16 152 4E 2C
Octal 306 31 130 0 127 70 26 522 116 54
Binary 11000110 11001 1011000 0 1010111 111000 10110 101010010 1001110 101100

Color Harmonies of #C61958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61958

Black with #C61958

Text Example


Text Example

White with #C61958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61958; }

 p { color: rgb(198,25,88); }

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

background-color css

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

 a { background-color: rgb(198,25,88); }

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

border-color css

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

 span { border-color: rgb(198,25,88); }

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