Html Css Color HEX #C60554 Ruby

📋 copy color: '#C60554'

red 198 ◦ green 5 ◦ blue 84

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

Shades of Ruby #C60554

Tints of Ruby #C60554

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.74%

 BLUE value IS 84 (33.2% from 255) = 29.27%

R = 68.99%
G = 1.74%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C60554 (or 0xC60554) is known color: Ruby. HEX triplet: C6, 05 and 54. RGB value is (198,5,84). Sum of RGB (Red+Green+Blue) = 198+5+84=287 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.99% from 287); Green value is 5 (2.34% from 255 or 1.74% from 287); Blue value is 84 (33.20% from 255 or 29.27% from 287); Max value from RGB is 198 - color contains mainly: red. Hex color #C60554 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60554 is #39FAAB. Grayscale: #474747. Windows color (decimal): -3799724 or 5506502. OLE color: 5506502.

HSL color Cylindrical-coordinate representation of color #C60554: hue angle of 335.44º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C60554 is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 5 84 -
CMYK 0 0.97 0.58 0.22
HSL 335.44º 0.95% 0.4% -
HSV(B) 335.44º 0.97% 0.78% -
XYZ 24.94 12.75 9.53 -
YUV 71.71 134.94 218.08 -
System Red Green Blue C M Y K H S L
Decimal 198 5 84 0 0.97 0.58 0.22 335.44 0.95 0.4
Hex C6 5 54 0 61 3A 16 14F 5F 28
Octal 306 5 124 0 141 72 26 517 137 50
Binary 11000110 101 1010100 0 1100001 111010 10110 101001111 1011111 101000

Color Harmonies of #C60554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60554

Black with #C60554

Text Example


Text Example

White with #C60554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60554; }

 p { color: rgb(198,5,84); }

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

background-color css

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

 a { background-color: rgb(198,5,84); }

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

border-color css

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

 span { border-color: rgb(198,5,84); }

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