Html Css Color HEX #C6185B Ruby

📋 copy color: '#C6185B'

red 198 ◦ green 24 ◦ blue 91

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

Shades of Ruby #C6185B

Tints of Ruby #C6185B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 29.07%

R = 63.26%
G = 7.67%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C6185B (or 0xC6185B) is known color: Ruby. HEX triplet: C6, 18 and 5B. RGB value is (198,24,91). Sum of RGB (Red+Green+Blue) = 198+24+91=313 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.26% from 313); Green value is 24 (9.77% from 255 or 7.67% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 198 - color contains mainly: red. Hex color #C6185B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6185B is #39E7A4. Grayscale: #535353. Windows color (decimal): -3794853 or 5970118. OLE color: 5970118.

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

Color convert

RGB 198 24 91 -
CMYK 0 0.88 0.54 0.22
HSL 336.9º 0.78% 0.44% -
HSV(B) 336.9º 0.88% 0.78% -
XYZ 25.5 13.41 11.14 -
YUV 83.66 132.15 209.55 -
System Red Green Blue C M Y K H S L
Decimal 198 24 91 0 0.88 0.54 0.22 336.9 0.78 0.44
Hex C6 18 5B 0 58 36 16 151 4E 2C
Octal 306 30 133 0 130 66 26 521 116 54
Binary 11000110 11000 1011011 0 1011000 110110 10110 101010001 1001110 101100

Color Harmonies of #C6185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6185B

Black with #C6185B

Text Example


Text Example

White with #C6185B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6185B; }

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

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

background-color css

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

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

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

border-color css

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

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

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