Html Css Color HEX #C8155A Ruby

📋 copy color: '#C8155A'

red 200 ◦ green 21 ◦ blue 90

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

Shades of Ruby #C8155A

Tints of Ruby #C8155A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.94%

R = 64.31%
G = 6.75%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C8155A (or 0xC8155A) is known color: Ruby. HEX triplet: C8, 15 and 5A. RGB value is (200,21,90). Sum of RGB (Red+Green+Blue) = 200+21+90=311 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.31% from 311); Green value is 21 (8.59% from 255 or 6.75% from 311); Blue value is 90 (35.55% from 255 or 28.94% from 311); Max value from RGB is 200 - color contains mainly: red. Hex color #C8155A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8155A is #37EAA5. Grayscale: #525252. Windows color (decimal): -3664550 or 5903816. OLE color: 5903816.

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

Color convert

RGB 200 21 90 -
CMYK 0 0.90 0.55 0.22
HSL 336.87º 0.81% 0.43% -
HSV(B) 336.87º 0.9% 0.78% -
XYZ 25.93 13.55 10.92 -
YUV 82.39 132.3 211.89 -
System Red Green Blue C M Y K H S L
Decimal 200 21 90 0 0.90 0.55 0.22 336.87 0.81 0.43
Hex C8 15 5A 0 5A 37 16 151 51 2B
Octal 310 25 132 0 132 67 26 521 121 53
Binary 11001000 10101 1011010 0 1011010 110111 10110 101010001 1010001 101011

Color Harmonies of #C8155A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8155A

Black with #C8155A

Text Example


Text Example

White with #C8155A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8155A; }

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

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

background-color css

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

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

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

border-color css

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

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

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