Html Css Color HEX #C8094F Ruby

📋 copy color: '#C8094F'

red 200 ◦ green 9 ◦ blue 79

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

Shades of Ruby #C8094F

Tints of Ruby #C8094F

RGB

 RED value IS 200 (78.52% from 255) = 69.44%

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

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

R = 69.44%
G = 3.13%
B = 27.43%

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

#C8094F (or 0xC8094F) is known color: Ruby. HEX triplet: C8, 09 and 4F. RGB value is (200,9,79). Sum of RGB (Red+Green+Blue) = 200+9+79=288 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.44% from 288); Green value is 9 (3.91% from 255 or 3.12% from 288); Blue value is 79 (31.25% from 255 or 27.43% from 288); Max value from RGB is 200 - color contains mainly: red. Hex color #C8094F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8094F is #37F6B0. Grayscale: #4A4A4A. Windows color (decimal): -3667633 or 5179848. OLE color: 5179848.

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

Color convert

RGB 200 9 79 -
CMYK 0 0.96 0.60 0.22
HSL 338.01º 0.91% 0.41% -
HSV(B) 338.01º 0.96% 0.78% -
XYZ 25.33 13.04 8.58 -
YUV 74.09 130.78 217.81 -
System Red Green Blue C M Y K H S L
Decimal 200 9 79 0 0.96 0.60 0.22 338.01 0.91 0.41
Hex C8 9 4F 0 60 3C 16 152 5B 29
Octal 310 11 117 0 140 74 26 522 133 51
Binary 11001000 1001 1001111 0 1100000 111100 10110 101010010 1011011 101001

Color Harmonies of #C8094F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8094F

Black with #C8094F

Text Example


Text Example

White with #C8094F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8094F; }

 p { color: rgb(200,9,79); }

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

background-color css

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

 a { background-color: rgb(200,9,79); }

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

border-color css

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

 span { border-color: rgb(200,9,79); }

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