Html Css Color HEX #C6094E Ruby

📋 copy color: '#C6094E'

red 198 ◦ green 9 ◦ blue 78

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

Shades of Ruby #C6094E

Tints of Ruby #C6094E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.16%

 BLUE value IS 78 (30.86% from 255) = 27.37%

R = 69.47%
G = 3.16%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C6094E (or 0xC6094E) is known color: Ruby. HEX triplet: C6, 09 and 4E. RGB value is (198,9,78). Sum of RGB (Red+Green+Blue) = 198+9+78=285 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.47% from 285); Green value is 9 (3.91% from 255 or 3.16% from 285); Blue value is 78 (30.86% from 255 or 27.37% from 285); Max value from RGB is 198 - color contains mainly: red. Hex color #C6094E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6094E is #39F6B1. Grayscale: #494949. Windows color (decimal): -3798706 or 5114310. OLE color: 5114310.

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

Color convert

RGB 198 9 78 -
CMYK 0 0.95 0.61 0.22
HSL 338.1º 0.91% 0.41% -
HSV(B) 338.1º 0.95% 0.78% -
XYZ 24.76 12.75 8.36 -
YUV 73.38 130.62 216.89 -
System Red Green Blue C M Y K H S L
Decimal 198 9 78 0 0.95 0.61 0.22 338.1 0.91 0.41
Hex C6 9 4E 0 5F 3D 16 152 5B 29
Octal 306 11 116 0 137 75 26 522 133 51
Binary 11000110 1001 1001110 0 1011111 111101 10110 101010010 1011011 101001

Color Harmonies of #C6094E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6094E

Black with #C6094E

Text Example


Text Example

White with #C6094E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6094E; }

 p { color: rgb(198,9,78); }

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

background-color css

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

 a { background-color: rgb(198,9,78); }

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

border-color css

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

 span { border-color: rgb(198,9,78); }

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