Html Css Color HEX #C61756 Ruby

📋 copy color: '#C61756'

red 198 ◦ green 23 ◦ blue 86

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

Shades of Ruby #C61756

Tints of Ruby #C61756

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.49%

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

R = 64.5%
G = 7.49%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C61756 (or 0xC61756) is known color: Ruby. HEX triplet: C6, 17 and 56. RGB value is (198,23,86). Sum of RGB (Red+Green+Blue) = 198+23+86=307 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.50% from 307); Green value is 23 (9.38% from 255 or 7.49% from 307); Blue value is 86 (33.98% from 255 or 28.01% from 307); Max value from RGB is 198 - color contains mainly: red. Hex color #C61756 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61756 is #39E8A9. Grayscale: #525252. Windows color (decimal): -3795114 or 5642182. OLE color: 5642182.

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

Color convert

RGB 198 23 86 -
CMYK 0 0.88 0.57 0.22
HSL 338.4º 0.79% 0.43% -
HSV(B) 338.4º 0.88% 0.78% -
XYZ 25.27 13.29 10.04 -
YUV 82.51 129.98 210.38 -
System Red Green Blue C M Y K H S L
Decimal 198 23 86 0 0.88 0.57 0.22 338.4 0.79 0.43
Hex C6 17 56 0 58 39 16 152 4F 2B
Octal 306 27 126 0 130 71 26 522 117 53
Binary 11000110 10111 1010110 0 1011000 111001 10110 101010010 1001111 101011

Color Harmonies of #C61756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61756

Black with #C61756

Text Example


Text Example

White with #C61756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61756; }

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

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

background-color css

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

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

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

border-color css

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

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

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