Html Css Color HEX #C61B66 Ruby

📋 copy color: '#C61B66'

red 198 ◦ green 27 ◦ blue 102

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

Shades of Ruby #C61B66

Tints of Ruby #C61B66

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.26%

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

R = 60.55%
G = 8.26%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C61B66 (or 0xC61B66) is known color: Ruby. HEX triplet: C6, 1B and 66. RGB value is (198,27,102). Sum of RGB (Red+Green+Blue) = 198+27+102=327 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.55% from 327); Green value is 27 (10.94% from 255 or 8.26% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 198 - color contains mainly: red. Hex color #C61B66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C61B66 is #39E499. Grayscale: #565656. Windows color (decimal): -3794074 or 6691782. OLE color: 6691782.

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

Color convert

RGB 198 27 102 -
CMYK 0 0.86 0.48 0.22
HSL 333.68º 0.76% 0.44% -
HSV(B) 333.68º 0.86% 0.78% -
XYZ 26.08 13.75 13.85 -
YUV 86.68 136.65 207.4 -
System Red Green Blue C M Y K H S L
Decimal 198 27 102 0 0.86 0.48 0.22 333.68 0.76 0.44
Hex C6 1B 66 0 56 30 16 14E 4C 2C
Octal 306 33 146 0 126 60 26 516 114 54
Binary 11000110 11011 1100110 0 1010110 110000 10110 101001110 1001100 101100

Color Harmonies of #C61B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61B66

Black with #C61B66

Text Example


Text Example

White with #C61B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61B66; }

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

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

background-color css

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

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

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

border-color css

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

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

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