Html Css Color HEX #C8105B Ruby

📋 copy color: '#C8105B'

red 200 ◦ green 16 ◦ blue 91

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

Shades of Ruby #C8105B

Tints of Ruby #C8105B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 29.64%

R = 65.15%
G = 5.21%
B = 29.64%

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

#C8105B (or 0xC8105B) is known color: Ruby. HEX triplet: C8, 10 and 5B. RGB value is (200,16,91). Sum of RGB (Red+Green+Blue) = 200+16+91=307 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.15% from 307); Green value is 16 (6.64% from 255 or 5.21% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 200 - color contains mainly: red. Hex color #C8105B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8105B is #37EFA4. Grayscale: #4F4F4F. Windows color (decimal): -3665829 or 5968072. OLE color: 5968072.

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

Color convert

RGB 200 16 91 -
CMYK 0 0.92 0.54 0.22
HSL 335.54º 0.85% 0.42% -
HSV(B) 335.54º 0.92% 0.78% -
XYZ 25.89 13.41 11.12 -
YUV 79.57 134.46 213.9 -
System Red Green Blue C M Y K H S L
Decimal 200 16 91 0 0.92 0.54 0.22 335.54 0.85 0.42
Hex C8 10 5B 0 5C 36 16 150 55 2A
Octal 310 20 133 0 134 66 26 520 125 52
Binary 11001000 10000 1011011 0 1011100 110110 10110 101010000 1010101 101010

Color Harmonies of #C8105B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8105B

Black with #C8105B

Text Example


Text Example

White with #C8105B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8105B; }

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

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

background-color css

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

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

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

border-color css

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

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

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