Html Css Color HEX #C8195D Ruby

📋 copy color: '#C8195D'

red 200 ◦ green 25 ◦ blue 93

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

Shades of Ruby #C8195D

Tints of Ruby #C8195D

RGB

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

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

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

R = 62.89%
G = 7.86%
B = 29.25%

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

#C8195D (or 0xC8195D) is known color: Ruby. HEX triplet: C8, 19 and 5D. RGB value is (200,25,93). Sum of RGB (Red+Green+Blue) = 200+25+93=318 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.89% from 318); Green value is 25 (10.16% from 255 or 7.86% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 200 - color contains mainly: red. Hex color #C8195D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8195D is #37E6A2. Grayscale: #545454. Windows color (decimal): -3663523 or 6101448. OLE color: 6101448.

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

Color convert

RGB 200 25 93 -
CMYK 0 0.88 0.54 0.22
HSL 336.69º 0.78% 0.44% -
HSV(B) 336.69º 0.88% 0.78% -
XYZ 26.14 13.76 11.63 -
YUV 85.08 132.48 209.97 -
System Red Green Blue C M Y K H S L
Decimal 200 25 93 0 0.88 0.54 0.22 336.69 0.78 0.44
Hex C8 19 5D 0 58 36 16 151 4E 2C
Octal 310 31 135 0 130 66 26 521 116 54
Binary 11001000 11001 1011101 0 1011000 110110 10110 101010001 1001110 101100

Color Harmonies of #C8195D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8195D

Black with #C8195D

Text Example


Text Example

White with #C8195D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8195D; }

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

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

background-color css

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

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

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

border-color css

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

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

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