Html Css Color HEX #C8195B Ruby

📋 copy color: '#C8195B'

red 200 ◦ green 25 ◦ blue 91

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

Shades of Ruby #C8195B

Tints of Ruby #C8195B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.91%

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

R = 63.29%
G = 7.91%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C8195B (or 0xC8195B) is known color: Ruby. HEX triplet: C8, 19 and 5B. RGB value is (200,25,91). Sum of RGB (Red+Green+Blue) = 200+25+91=316 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.29% from 316); Green value is 25 (10.16% from 255 or 7.91% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 200 - color contains mainly: red. Hex color #C8195B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8195B is #37E6A4. Grayscale: #545454. Windows color (decimal): -3663525 or 5970376. OLE color: 5970376.

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

Color convert

RGB 200 25 91 -
CMYK 0 0.88 0.54 0.22
HSL 337.37º 0.78% 0.44% -
HSV(B) 337.37º 0.88% 0.78% -
XYZ 26.06 13.73 11.17 -
YUV 84.85 131.48 210.13 -
System Red Green Blue C M Y K H S L
Decimal 200 25 91 0 0.88 0.54 0.22 337.37 0.78 0.44
Hex C8 19 5B 0 58 36 16 151 4E 2C
Octal 310 31 133 0 130 66 26 521 116 54
Binary 11001000 11001 1011011 0 1011000 110110 10110 101010001 1001110 101100

Color Harmonies of #C8195B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8195B

Black with #C8195B

Text Example


Text Example

White with #C8195B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8195B; }

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

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

background-color css

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

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

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

border-color css

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

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

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