Html Css Color HEX #C6084F Ruby

📋 copy color: '#C6084F'

red 198 ◦ green 8 ◦ blue 79

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

Shades of Ruby #C6084F

Tints of Ruby #C6084F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.81%

 BLUE value IS 79 (31.25% from 255) = 27.72%

R = 69.47%
G = 2.81%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C6084F (or 0xC6084F) is known color: Ruby. HEX triplet: C6, 08 and 4F. RGB value is (198,8,79). Sum of RGB (Red+Green+Blue) = 198+8+79=285 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.47% from 285); Green value is 8 (3.52% from 255 or 2.81% from 285); Blue value is 79 (31.25% from 255 or 27.72% from 285); Max value from RGB is 198 - color contains mainly: red. Hex color #C6084F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6084F is #39F7B0. Grayscale: #484848. Windows color (decimal): -3798961 or 5179590. OLE color: 5179590.

HSL color Cylindrical-coordinate representation of color #C6084F: hue angle of 337.58º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C6084F is Cyan = 0, Magento = 0.96, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 8 79 -
CMYK 0 0.96 0.60 0.22
HSL 337.58º 0.92% 0.4% -
HSV(B) 337.58º 0.96% 0.78% -
XYZ 24.79 12.74 8.55 -
YUV 72.9 131.45 217.23 -
System Red Green Blue C M Y K H S L
Decimal 198 8 79 0 0.96 0.60 0.22 337.58 0.92 0.4
Hex C6 8 4F 0 60 3C 16 152 5C 28
Octal 306 10 117 0 140 74 26 522 134 50
Binary 11000110 1000 1001111 0 1100000 111100 10110 101010010 1011100 101000

Color Harmonies of #C6084F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6084F

Black with #C6084F

Text Example


Text Example

White with #C6084F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6084F; }

 p { color: rgb(198,8,79); }

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

background-color css

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

 a { background-color: rgb(198,8,79); }

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

border-color css

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

 span { border-color: rgb(198,8,79); }

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