Html Css Color HEX #C61460 Ruby

📋 copy color: '#C61460'

red 198 ◦ green 20 ◦ blue 96

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

Shades of Ruby #C61460

Tints of Ruby #C61460

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.37%

 BLUE value IS 96 (37.89% from 255) = 30.57%

R = 63.06%
G = 6.37%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C61460 (or 0xC61460) is known color: Ruby. HEX triplet: C6, 14 and 60. RGB value is (198,20,96). Sum of RGB (Red+Green+Blue) = 198+20+96=314 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.06% from 314); Green value is 20 (8.20% from 255 or 6.37% from 314); Blue value is 96 (37.89% from 255 or 30.57% from 314); Max value from RGB is 198 - color contains mainly: red. Hex color #C61460 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61460 is #39EB9F. Grayscale: #515151. Windows color (decimal): -3795872 or 6296774. OLE color: 6296774.

HSL color Cylindrical-coordinate representation of color #C61460: hue angle of 334.38º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C61460 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 20 96 -
CMYK 0 0.90 0.52 0.22
HSL 334.38º 0.82% 0.43% -
HSV(B) 334.38º 0.9% 0.78% -
XYZ 25.65 13.35 12.29 -
YUV 81.89 135.97 210.82 -
System Red Green Blue C M Y K H S L
Decimal 198 20 96 0 0.90 0.52 0.22 334.38 0.82 0.43
Hex C6 14 60 0 5A 34 16 14E 52 2B
Octal 306 24 140 0 132 64 26 516 122 53
Binary 11000110 10100 1100000 0 1011010 110100 10110 101001110 1010010 101011

Color Harmonies of #C61460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61460

Black with #C61460

Text Example


Text Example

White with #C61460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61460; }

 p { color: rgb(198,20,96); }

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

background-color css

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

 a { background-color: rgb(198,20,96); }

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

border-color css

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

 span { border-color: rgb(198,20,96); }

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