Html Css Color HEX #C61866 Ruby

📋 copy color: '#C61866'

red 198 ◦ green 24 ◦ blue 102

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

Shades of Ruby #C61866

Tints of Ruby #C61866

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.41%

 BLUE value IS 102 (40.23% from 255) = 31.48%

R = 61.11%
G = 7.41%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C61866 (or 0xC61866) is known color: Ruby. HEX triplet: C6, 18 and 66. RGB value is (198,24,102). Sum of RGB (Red+Green+Blue) = 198+24+102=324 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.11% from 324); Green value is 24 (9.77% from 255 or 7.41% from 324); Blue value is 102 (40.23% from 255 or 31.48% from 324); Max value from RGB is 198 - color contains mainly: red. Hex color #C61866 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61866 is #39E799. Grayscale: #545454. Windows color (decimal): -3794842 or 6691014. OLE color: 6691014.

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

Color convert

RGB 198 24 102 -
CMYK 0 0.88 0.48 0.22
HSL 333.1º 0.78% 0.44% -
HSV(B) 333.1º 0.88% 0.78% -
XYZ 26.01 13.62 13.83 -
YUV 84.92 137.65 208.66 -
System Red Green Blue C M Y K H S L
Decimal 198 24 102 0 0.88 0.48 0.22 333.1 0.78 0.44
Hex C6 18 66 0 58 30 16 14D 4E 2C
Octal 306 30 146 0 130 60 26 515 116 54
Binary 11000110 11000 1100110 0 1011000 110000 10110 101001101 1001110 101100

Color Harmonies of #C61866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61866

Black with #C61866

Text Example


Text Example

White with #C61866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61866; }

 p { color: rgb(198,24,102); }

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

background-color css

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

 a { background-color: rgb(198,24,102); }

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

border-color css

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

 span { border-color: rgb(198,24,102); }

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