Html Css Color HEX #C6125C Ruby

📋 copy color: '#C6125C'

red 198 ◦ green 18 ◦ blue 92

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

Shades of Ruby #C6125C

Tints of Ruby #C6125C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.87%

R = 64.29%
G = 5.84%
B = 29.87%

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

#C6125C (or 0xC6125C) is known color: Ruby. HEX triplet: C6, 12 and 5C. RGB value is (198,18,92). Sum of RGB (Red+Green+Blue) = 198+18+92=308 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.29% from 308); Green value is 18 (7.42% from 255 or 5.84% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 198 - color contains mainly: red. Hex color #C6125C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6125C is #39EDA3. Grayscale: #505050. Windows color (decimal): -3796388 or 6034118. OLE color: 6034118.

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

Color convert

RGB 198 18 92 -
CMYK 0 0.91 0.54 0.22
HSL 335.33º 0.83% 0.42% -
HSV(B) 335.33º 0.91% 0.78% -
XYZ 25.44 13.21 11.33 -
YUV 80.26 134.63 211.98 -
System Red Green Blue C M Y K H S L
Decimal 198 18 92 0 0.91 0.54 0.22 335.33 0.83 0.42
Hex C6 12 5C 0 5B 36 16 14F 53 2A
Octal 306 22 134 0 133 66 26 517 123 52
Binary 11000110 10010 1011100 0 1011011 110110 10110 101001111 1010011 101010

Color Harmonies of #C6125C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6125C

Black with #C6125C

Text Example


Text Example

White with #C6125C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6125C; }

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

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

background-color css

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

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

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

border-color css

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

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

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