Html Css Color HEX #C6125D Ruby

📋 copy color: '#C6125D'

red 198 ◦ green 18 ◦ blue 93

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

Shades of Ruby #C6125D

Tints of Ruby #C6125D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 30.1%

R = 64.08%
G = 5.83%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C6125D (or 0xC6125D) is known color: Ruby. HEX triplet: C6, 12 and 5D. RGB value is (198,18,93). Sum of RGB (Red+Green+Blue) = 198+18+93=309 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.08% from 309); Green value is 18 (7.42% from 255 or 5.83% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 198 - color contains mainly: red. Hex color #C6125D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6125D is #39EDA2. Grayscale: #505050. Windows color (decimal): -3796387 or 6099654. OLE color: 6099654.

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

Color convert

RGB 198 18 93 -
CMYK 0 0.91 0.53 0.22
HSL 335º 0.83% 0.42% -
HSV(B) 335º 0.91% 0.78% -
XYZ 25.48 13.23 11.57 -
YUV 80.37 135.13 211.9 -
System Red Green Blue C M Y K H S L
Decimal 198 18 93 0 0.91 0.53 0.22 335 0.83 0.42
Hex C6 12 5D 0 5B 35 16 14F 53 2A
Octal 306 22 135 0 133 65 26 517 123 52
Binary 11000110 10010 1011101 0 1011011 110101 10110 101001111 1010011 101010

Color Harmonies of #C6125D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6125D

Black with #C6125D

Text Example


Text Example

White with #C6125D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6125D; }

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

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

background-color css

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

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

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

border-color css

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

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

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