Html Css Color HEX #C61553 Ruby

📋 copy color: '#C61553'

red 198 ◦ green 21 ◦ blue 83

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

Shades of Ruby #C61553

Tints of Ruby #C61553

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.95%

 BLUE value IS 83 (32.81% from 255) = 27.48%

R = 65.56%
G = 6.95%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C61553 (or 0xC61553) is known color: Ruby. HEX triplet: C6, 15 and 53. RGB value is (198,21,83). Sum of RGB (Red+Green+Blue) = 198+21+83=302 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.56% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 83 (32.81% from 255 or 27.48% from 302); Max value from RGB is 198 - color contains mainly: red. Hex color #C61553 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61553 is #39EAAC. Grayscale: #505050. Windows color (decimal): -3795629 or 5445062. OLE color: 5445062.

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

Color convert

RGB 198 21 83 -
CMYK 0 0.89 0.58 0.22
HSL 338.98º 0.81% 0.43% -
HSV(B) 338.98º 0.89% 0.78% -
XYZ 25.12 13.17 9.4 -
YUV 80.99 129.14 211.46 -
System Red Green Blue C M Y K H S L
Decimal 198 21 83 0 0.89 0.58 0.22 338.98 0.81 0.43
Hex C6 15 53 0 59 3A 16 153 51 2B
Octal 306 25 123 0 131 72 26 523 121 53
Binary 11000110 10101 1010011 0 1011001 111010 10110 101010011 1010001 101011

Color Harmonies of #C61553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61553

Black with #C61553

Text Example


Text Example

White with #C61553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61553; }

 p { color: rgb(198,21,83); }

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

background-color css

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

 a { background-color: rgb(198,21,83); }

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

border-color css

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

 span { border-color: rgb(198,21,83); }

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