Html Css Color HEX #C8155B Ruby

📋 copy color: '#C8155B'

red 200 ◦ green 21 ◦ blue 91

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

Shades of Ruby #C8155B

Tints of Ruby #C8155B

RGB

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

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

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

R = 64.1%
G = 6.73%
B = 29.17%

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

#C8155B (or 0xC8155B) is known color: Ruby. HEX triplet: C8, 15 and 5B. RGB value is (200,21,91). Sum of RGB (Red+Green+Blue) = 200+21+91=312 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.10% from 312); Green value is 21 (8.59% from 255 or 6.73% from 312); Blue value is 91 (35.94% from 255 or 29.17% from 312); Max value from RGB is 200 - color contains mainly: red. Hex color #C8155B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8155B is #37EAA4. Grayscale: #525252. Windows color (decimal): -3664549 or 5969352. OLE color: 5969352.

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

Color convert

RGB 200 21 91 -
CMYK 0 0.90 0.54 0.22
HSL 336.54º 0.81% 0.43% -
HSV(B) 336.54º 0.9% 0.78% -
XYZ 25.98 13.57 11.15 -
YUV 82.5 132.8 211.81 -
System Red Green Blue C M Y K H S L
Decimal 200 21 91 0 0.90 0.54 0.22 336.54 0.81 0.43
Hex C8 15 5B 0 5A 36 16 151 51 2B
Octal 310 25 133 0 132 66 26 521 121 53
Binary 11001000 10101 1011011 0 1011010 110110 10110 101010001 1010001 101011

Color Harmonies of #C8155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8155B

Black with #C8155B

Text Example


Text Example

White with #C8155B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8155B; }

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

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

background-color css

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

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

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

border-color css

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

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

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