Html Css Color HEX #C8155D Ruby

📋 copy color: '#C8155D'

red 200 ◦ green 21 ◦ blue 93

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

Shades of Ruby #C8155D

Tints of Ruby #C8155D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.69%

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

R = 63.69%
G = 6.69%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C8155D (or 0xC8155D) is known color: Ruby. HEX triplet: C8, 15 and 5D. RGB value is (200,21,93). Sum of RGB (Red+Green+Blue) = 200+21+93=314 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.69% from 314); Green value is 21 (8.59% from 255 or 6.69% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 200 - color contains mainly: red. Hex color #C8155D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8155D is #37EAA2. Grayscale: #525252. Windows color (decimal): -3664547 or 6100424. OLE color: 6100424.

HSL color Cylindrical-coordinate representation of color #C8155D: hue angle of 335.87º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C8155D is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 21 93 -
CMYK 0 0.90 0.54 0.22
HSL 335.87º 0.81% 0.43% -
HSV(B) 335.87º 0.9% 0.78% -
XYZ 26.06 13.61 11.61 -
YUV 82.73 133.8 211.65 -
System Red Green Blue C M Y K H S L
Decimal 200 21 93 0 0.90 0.54 0.22 335.87 0.81 0.43
Hex C8 15 5D 0 5A 36 16 150 51 2B
Octal 310 25 135 0 132 66 26 520 121 53
Binary 11001000 10101 1011101 0 1011010 110110 10110 101010000 1010001 101011

Color Harmonies of #C8155D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8155D

Black with #C8155D

Text Example


Text Example

White with #C8155D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8155D; }

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

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

background-color css

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

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

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

border-color css

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

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

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