Html Css Color HEX #C8095E Ruby

📋 copy color: '#C8095E'

red 200 ◦ green 9 ◦ blue 94

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

Shades of Ruby #C8095E

Tints of Ruby #C8095E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.02%

R = 66.01%
G = 2.97%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C8095E (or 0xC8095E) is known color: Ruby. HEX triplet: C8, 09 and 5E. RGB value is (200,9,94). Sum of RGB (Red+Green+Blue) = 200+9+94=303 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.01% from 303); Green value is 9 (3.91% from 255 or 2.97% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 200 - color contains mainly: red. Hex color #C8095E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8095E is #37F6A1. Grayscale: #4B4B4B. Windows color (decimal): -3667618 or 6162888. OLE color: 6162888.

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

Color convert

RGB 200 9 94 -
CMYK 0 0.96 0.53 0.22
HSL 333.3º 0.91% 0.41% -
HSV(B) 333.3º 0.96% 0.78% -
XYZ 25.94 13.28 11.79 -
YUV 75.8 138.28 216.59 -
System Red Green Blue C M Y K H S L
Decimal 200 9 94 0 0.96 0.53 0.22 333.3 0.91 0.41
Hex C8 9 5E 0 60 35 16 14D 5B 29
Octal 310 11 136 0 140 65 26 515 133 51
Binary 11001000 1001 1011110 0 1100000 110101 10110 101001101 1011011 101001

Color Harmonies of #C8095E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8095E

Black with #C8095E

Text Example


Text Example

White with #C8095E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8095E; }

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

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

background-color css

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

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

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

border-color css

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

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

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