Html Css Color HEX #C8105E Ruby

📋 copy color: '#C8105E'

red 200 ◦ green 16 ◦ blue 94

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

Shades of Ruby #C8105E

Tints of Ruby #C8105E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.16%

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

R = 64.52%
G = 5.16%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C8105E (or 0xC8105E) is known color: Ruby. HEX triplet: C8, 10 and 5E. RGB value is (200,16,94). Sum of RGB (Red+Green+Blue) = 200+16+94=310 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.52% from 310); Green value is 16 (6.64% from 255 or 5.16% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 200 - color contains mainly: red. Hex color #C8105E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8105E is #37EFA1. Grayscale: #4F4F4F. Windows color (decimal): -3665826 or 6164680. OLE color: 6164680.

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

Color convert

RGB 200 16 94 -
CMYK 0 0.92 0.53 0.22
HSL 334.57º 0.85% 0.42% -
HSV(B) 334.57º 0.92% 0.78% -
XYZ 26.03 13.46 11.82 -
YUV 79.91 135.96 213.66 -
System Red Green Blue C M Y K H S L
Decimal 200 16 94 0 0.92 0.53 0.22 334.57 0.85 0.42
Hex C8 10 5E 0 5C 35 16 14F 55 2A
Octal 310 20 136 0 134 65 26 517 125 52
Binary 11001000 10000 1011110 0 1011100 110101 10110 101001111 1010101 101010

Color Harmonies of #C8105E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8105E

Black with #C8105E

Text Example


Text Example

White with #C8105E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8105E; }

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

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

background-color css

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

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

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

border-color css

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

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

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