Html Css Color HEX #C61456 Ruby

📋 copy color: '#C61456'

red 198 ◦ green 20 ◦ blue 86

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

Shades of Ruby #C61456

Tints of Ruby #C61456

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 28.29%

R = 65.13%
G = 6.58%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C61456 (or 0xC61456) is known color: Ruby. HEX triplet: C6, 14 and 56. RGB value is (198,20,86). Sum of RGB (Red+Green+Blue) = 198+20+86=304 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.13% from 304); Green value is 20 (8.20% from 255 or 6.58% from 304); Blue value is 86 (33.98% from 255 or 28.29% from 304); Max value from RGB is 198 - color contains mainly: red. Hex color #C61456 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61456 is #39EBA9. Grayscale: #505050. Windows color (decimal): -3795882 or 5641414. OLE color: 5641414.

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

Color convert

RGB 198 20 86 -
CMYK 0 0.90 0.57 0.22
HSL 337.75º 0.82% 0.43% -
HSV(B) 337.75º 0.9% 0.78% -
XYZ 25.22 13.18 10.02 -
YUV 80.75 130.97 211.63 -
System Red Green Blue C M Y K H S L
Decimal 198 20 86 0 0.90 0.57 0.22 337.75 0.82 0.43
Hex C6 14 56 0 5A 39 16 152 52 2B
Octal 306 24 126 0 132 71 26 522 122 53
Binary 11000110 10100 1010110 0 1011010 111001 10110 101010010 1010010 101011

Color Harmonies of #C61456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61456

Black with #C61456

Text Example


Text Example

White with #C61456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61456; }

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

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

background-color css

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

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

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

border-color css

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

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

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