Html Css Color HEX #C61259 Ruby

📋 copy color: '#C61259'

red 198 ◦ green 18 ◦ blue 89

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

Shades of Ruby #C61259

Tints of Ruby #C61259

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.9%

 BLUE value IS 89 (35.16% from 255) = 29.18%

R = 64.92%
G = 5.9%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C61259 (or 0xC61259) is known color: Ruby. HEX triplet: C6, 12 and 59. RGB value is (198,18,89). Sum of RGB (Red+Green+Blue) = 198+18+89=305 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.92% from 305); Green value is 18 (7.42% from 255 or 5.90% from 305); Blue value is 89 (35.16% from 255 or 29.18% from 305); Max value from RGB is 198 - color contains mainly: red. Hex color #C61259 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61259 is #39EDA6. Grayscale: #4F4F4F. Windows color (decimal): -3796391 or 5837510. OLE color: 5837510.

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

Color convert

RGB 198 18 89 -
CMYK 0 0.91 0.55 0.22
HSL 336.33º 0.83% 0.42% -
HSV(B) 336.33º 0.91% 0.78% -
XYZ 25.31 13.16 10.66 -
YUV 79.91 133.13 212.23 -
System Red Green Blue C M Y K H S L
Decimal 198 18 89 0 0.91 0.55 0.22 336.33 0.83 0.42
Hex C6 12 59 0 5B 37 16 150 53 2A
Octal 306 22 131 0 133 67 26 520 123 52
Binary 11000110 10010 1011001 0 1011011 110111 10110 101010000 1010011 101010

Color Harmonies of #C61259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61259

Black with #C61259

Text Example


Text Example

White with #C61259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61259; }

 p { color: rgb(198,18,89); }

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

background-color css

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

 a { background-color: rgb(198,18,89); }

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

border-color css

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

 span { border-color: rgb(198,18,89); }

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