Html Css Color HEX #C61055 Ruby

📋 copy color: '#C61055'

red 198 ◦ green 16 ◦ blue 85

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

Shades of Ruby #C61055

Tints of Ruby #C61055

RGB

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

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

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

R = 66.22%
G = 5.35%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C61055 (or 0xC61055) is known color: Ruby. HEX triplet: C6, 10 and 55. RGB value is (198,16,85). Sum of RGB (Red+Green+Blue) = 198+16+85=299 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.22% from 299); Green value is 16 (6.64% from 255 or 5.35% from 299); Blue value is 85 (33.59% from 255 or 28.43% from 299); Max value from RGB is 198 - color contains mainly: red. Hex color #C61055 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61055 is #39EFAA. Grayscale: #4E4E4E. Windows color (decimal): -3796907 or 5574854. OLE color: 5574854.

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

Color convert

RGB 198 16 85 -
CMYK 0 0.92 0.57 0.22
HSL 337.25º 0.85% 0.42% -
HSV(B) 337.25º 0.92% 0.78% -
XYZ 25.11 13.03 9.79 -
YUV 78.28 131.8 213.39 -
System Red Green Blue C M Y K H S L
Decimal 198 16 85 0 0.92 0.57 0.22 337.25 0.85 0.42
Hex C6 10 55 0 5C 39 16 151 55 2A
Octal 306 20 125 0 134 71 26 521 125 52
Binary 11000110 10000 1010101 0 1011100 111001 10110 101010001 1010101 101010

Color Harmonies of #C61055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61055

Black with #C61055

Text Example


Text Example

White with #C61055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61055; }

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

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

background-color css

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

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

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

border-color css

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

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

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