Html Css Color HEX #C8195A Ruby

📋 copy color: '#C8195A'

red 200 ◦ green 25 ◦ blue 90

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

Shades of Ruby #C8195A

Tints of Ruby #C8195A

RGB

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

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

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

R = 63.49%
G = 7.94%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C8195A (or 0xC8195A) is known color: Ruby. HEX triplet: C8, 19 and 5A. RGB value is (200,25,90). Sum of RGB (Red+Green+Blue) = 200+25+90=315 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.49% from 315); Green value is 25 (10.16% from 255 or 7.94% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 200 - color contains mainly: red. Hex color #C8195A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8195A is #37E6A5. Grayscale: #545454. Windows color (decimal): -3663526 or 5904840. OLE color: 5904840.

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

Color convert

RGB 200 25 90 -
CMYK 0 0.88 0.55 0.22
HSL 337.71º 0.78% 0.44% -
HSV(B) 337.71º 0.88% 0.78% -
XYZ 26.01 13.71 10.95 -
YUV 84.74 130.98 210.21 -
System Red Green Blue C M Y K H S L
Decimal 200 25 90 0 0.88 0.55 0.22 337.71 0.78 0.44
Hex C8 19 5A 0 58 37 16 152 4E 2C
Octal 310 31 132 0 130 67 26 522 116 54
Binary 11001000 11001 1011010 0 1011000 110111 10110 101010010 1001110 101100

Color Harmonies of #C8195A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8195A

Black with #C8195A

Text Example


Text Example

White with #C8195A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8195A; }

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

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

background-color css

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

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

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

border-color css

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

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

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