Html Css Color HEX #C8105D Ruby

📋 copy color: '#C8105D'

red 200 ◦ green 16 ◦ blue 93

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

Shades of Ruby #C8105D

Tints of Ruby #C8105D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 30.1%

R = 64.72%
G = 5.18%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C8105D (or 0xC8105D) is known color: Ruby. HEX triplet: C8, 10 and 5D. RGB value is (200,16,93). Sum of RGB (Red+Green+Blue) = 200+16+93=309 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.72% from 309); Green value is 16 (6.64% from 255 or 5.18% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 200 - color contains mainly: red. Hex color #C8105D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8105D is #37EFA2. Grayscale: #4F4F4F. Windows color (decimal): -3665827 or 6099144. OLE color: 6099144.

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

Color convert

RGB 200 16 93 -
CMYK 0 0.92 0.54 0.22
HSL 334.89º 0.85% 0.42% -
HSV(B) 334.89º 0.92% 0.78% -
XYZ 25.98 13.44 11.58 -
YUV 79.79 135.46 213.74 -
System Red Green Blue C M Y K H S L
Decimal 200 16 93 0 0.92 0.54 0.22 334.89 0.85 0.42
Hex C8 10 5D 0 5C 36 16 14F 55 2A
Octal 310 20 135 0 134 66 26 517 125 52
Binary 11001000 10000 1011101 0 1011100 110110 10110 101001111 1010101 101010

Color Harmonies of #C8105D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8105D

Black with #C8105D

Text Example


Text Example

White with #C8105D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8105D; }

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

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

background-color css

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

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

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

border-color css

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

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

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