Html Css Color HEX #C6125B Ruby

📋 copy color: '#C6125B'

red 198 ◦ green 18 ◦ blue 91

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

Shades of Ruby #C6125B

Tints of Ruby #C6125B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.86%

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

R = 64.5%
G = 5.86%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C6125B (or 0xC6125B) is known color: Ruby. HEX triplet: C6, 12 and 5B. RGB value is (198,18,91). Sum of RGB (Red+Green+Blue) = 198+18+91=307 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.50% from 307); Green value is 18 (7.42% from 255 or 5.86% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 198 - color contains mainly: red. Hex color #C6125B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6125B is #39EDA4. Grayscale: #505050. Windows color (decimal): -3796389 or 5968582. OLE color: 5968582.

HSL color Cylindrical-coordinate representation of color #C6125B: hue angle of 335.67º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C6125B is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 18 91 -
CMYK 0 0.91 0.54 0.22
HSL 335.67º 0.83% 0.42% -
HSV(B) 335.67º 0.91% 0.78% -
XYZ 25.39 13.19 11.11 -
YUV 80.14 134.13 212.06 -
System Red Green Blue C M Y K H S L
Decimal 198 18 91 0 0.91 0.54 0.22 335.67 0.83 0.42
Hex C6 12 5B 0 5B 36 16 150 53 2A
Octal 306 22 133 0 133 66 26 520 123 52
Binary 11000110 10010 1011011 0 1011011 110110 10110 101010000 1010011 101010

Color Harmonies of #C6125B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6125B

Black with #C6125B

Text Example


Text Example

White with #C6125B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6125B; }

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

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

background-color css

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

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

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

border-color css

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

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

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