Html Css Color HEX #C61257 Ruby

📋 copy color: '#C61257'

red 198 ◦ green 18 ◦ blue 87

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

Shades of Ruby #C61257

Tints of Ruby #C61257

RGB

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

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

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

R = 65.35%
G = 5.94%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C61257 (or 0xC61257) is known color: Ruby. HEX triplet: C6, 12 and 57. RGB value is (198,18,87). Sum of RGB (Red+Green+Blue) = 198+18+87=303 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.35% from 303); Green value is 18 (7.42% from 255 or 5.94% from 303); Blue value is 87 (34.38% from 255 or 28.71% from 303); Max value from RGB is 198 - color contains mainly: red. Hex color #C61257 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61257 is #39EDA8. Grayscale: #4F4F4F. Windows color (decimal): -3796393 or 5706438. OLE color: 5706438.

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

Color convert

RGB 198 18 87 -
CMYK 0 0.91 0.56 0.22
HSL 337º 0.83% 0.42% -
HSV(B) 337º 0.91% 0.78% -
XYZ 25.23 13.13 10.22 -
YUV 79.69 132.13 212.39 -
System Red Green Blue C M Y K H S L
Decimal 198 18 87 0 0.91 0.56 0.22 337 0.83 0.42
Hex C6 12 57 0 5B 38 16 151 53 2A
Octal 306 22 127 0 133 70 26 521 123 52
Binary 11000110 10010 1010111 0 1011011 111000 10110 101010001 1010011 101010

Color Harmonies of #C61257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61257

Black with #C61257

Text Example


Text Example

White with #C61257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61257; }

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

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

background-color css

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

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

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

border-color css

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

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

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