Html Css Color HEX #C61255 Ruby

📋 copy color: '#C61255'

red 198 ◦ green 18 ◦ blue 85

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

Shades of Ruby #C61255

Tints of Ruby #C61255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 28.24%

R = 65.78%
G = 5.98%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C61255 (or 0xC61255) is known color: Ruby. HEX triplet: C6, 12 and 55. RGB value is (198,18,85). Sum of RGB (Red+Green+Blue) = 198+18+85=301 (39% of max value = 765). Red value is 198 (77.73% from 255 or 65.78% from 301); Green value is 18 (7.42% from 255 or 5.98% from 301); Blue value is 85 (33.59% from 255 or 28.24% from 301); Max value from RGB is 198 - color contains mainly: red. Hex color #C61255 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61255 is #39EDAA. Grayscale: #4F4F4F. Windows color (decimal): -3796395 or 5575366. OLE color: 5575366.

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

Color convert

RGB 198 18 85 -
CMYK 0 0.91 0.57 0.22
HSL 337.67º 0.83% 0.42% -
HSV(B) 337.67º 0.91% 0.78% -
XYZ 25.14 13.09 9.8 -
YUV 79.46 131.13 212.55 -
System Red Green Blue C M Y K H S L
Decimal 198 18 85 0 0.91 0.57 0.22 337.67 0.83 0.42
Hex C6 12 55 0 5B 39 16 152 53 2A
Octal 306 22 125 0 133 71 26 522 123 52
Binary 11000110 10010 1010101 0 1011011 111001 10110 101010010 1010011 101010

Color Harmonies of #C61255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61255

Black with #C61255

Text Example


Text Example

White with #C61255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61255; }

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

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

background-color css

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

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

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

border-color css

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

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

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