Html Css Color HEX #C61057 Ruby

📋 copy color: '#C61057'

red 198 ◦ green 16 ◦ blue 87

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

Shades of Ruby #C61057

Tints of Ruby #C61057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 28.9%

R = 65.78%
G = 5.32%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C61057 (or 0xC61057) is known color: Ruby. HEX triplet: C6, 10 and 57. RGB value is (198,16,87). Sum of RGB (Red+Green+Blue) = 198+16+87=301 (39% of max value = 765). Red value is 198 (77.73% from 255 or 65.78% from 301); Green value is 16 (6.64% from 255 or 5.32% from 301); Blue value is 87 (34.38% from 255 or 28.90% from 301); Max value from RGB is 198 - color contains mainly: red. Hex color #C61057 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61057 is #39EFA8. Grayscale: #4E4E4E. Windows color (decimal): -3796905 or 5705926. OLE color: 5705926.

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

Color convert

RGB 198 16 87 -
CMYK 0 0.92 0.56 0.22
HSL 336.59º 0.85% 0.42% -
HSV(B) 336.59º 0.92% 0.78% -
XYZ 25.19 13.06 10.21 -
YUV 78.51 132.8 213.23 -
System Red Green Blue C M Y K H S L
Decimal 198 16 87 0 0.92 0.56 0.22 336.59 0.85 0.42
Hex C6 10 57 0 5C 38 16 151 55 2A
Octal 306 20 127 0 134 70 26 521 125 52
Binary 11000110 10000 1010111 0 1011100 111000 10110 101010001 1010101 101010

Color Harmonies of #C61057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61057

Black with #C61057

Text Example


Text Example

White with #C61057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61057; }

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

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

background-color css

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

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

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

border-color css

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

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

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