Html Css Color HEX #C61B6A Ruby

📋 copy color: '#C61B6A'

red 198 ◦ green 27 ◦ blue 106

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

Shades of Ruby #C61B6A

Tints of Ruby #C61B6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.02%

R = 59.82%
G = 8.16%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C61B6A (or 0xC61B6A) is known color: Ruby. HEX triplet: C6, 1B and 6A. RGB value is (198,27,106). Sum of RGB (Red+Green+Blue) = 198+27+106=331 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.82% from 331); Green value is 27 (10.94% from 255 or 8.16% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 198 - color contains mainly: red. Hex color #C61B6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C61B6A is #39E495. Grayscale: #565656. Windows color (decimal): -3794070 or 6953926. OLE color: 6953926.

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

Color convert

RGB 198 27 106 -
CMYK 0 0.86 0.46 0.22
HSL 332.28º 0.76% 0.44% -
HSV(B) 332.28º 0.86% 0.78% -
XYZ 26.28 13.83 14.92 -
YUV 87.14 138.65 207.08 -
System Red Green Blue C M Y K H S L
Decimal 198 27 106 0 0.86 0.46 0.22 332.28 0.76 0.44
Hex C6 1B 6A 0 56 2E 16 14C 4C 2C
Octal 306 33 152 0 126 56 26 514 114 54
Binary 11000110 11011 1101010 0 1010110 101110 10110 101001100 1001100 101100

Color Harmonies of #C61B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61B6A

Black with #C61B6A

Text Example


Text Example

White with #C61B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61B6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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