Html Css Color HEX #C5095D Ruby

📋 copy color: '#C5095D'

red 197 ◦ green 9 ◦ blue 93

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

Shades of Ruby #C5095D

Tints of Ruby #C5095D

RGB

 RED value IS 197 (77.34% from 255) = 65.89%

 GREEN value IS 9 (3.91% from 255) = 3.01%

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

R = 65.89%
G = 3.01%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C5095D (or 0xC5095D) is known color: Ruby. HEX triplet: C5, 09 and 5D. RGB value is (197,9,93). Sum of RGB (Red+Green+Blue) = 197+9+93=299 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.89% from 299); Green value is 9 (3.91% from 255 or 3.01% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 197 - color contains mainly: red. Hex color #C5095D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5095D is #3AF6A2. Grayscale: #4A4A4A. Windows color (decimal): -3864227 or 6097349. OLE color: 6097349.

HSL color Cylindrical-coordinate representation of color #C5095D: hue angle of 333.19º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C5095D is Cyan = 0, Magento = 0.95, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 9 93 -
CMYK 0 0.95 0.53 0.23
HSL 333.19º 0.91% 0.4% -
HSV(B) 333.19º 0.95% 0.77% -
XYZ 25.1 12.86 11.51 -
YUV 74.79 138.28 215.17 -
System Red Green Blue C M Y K H S L
Decimal 197 9 93 0 0.95 0.53 0.23 333.19 0.91 0.4
Hex C5 9 5D 0 5F 35 17 14D 5B 28
Octal 305 11 135 0 137 65 27 515 133 50
Binary 11000101 1001 1011101 0 1011111 110101 10111 101001101 1011011 101000

Color Harmonies of #C5095D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5095D

Black with #C5095D

Text Example


Text Example

White with #C5095D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5095D; }

 p { color: rgb(197,9,93); }

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

background-color css

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

 a { background-color: rgb(197,9,93); }

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

border-color css

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

 span { border-color: rgb(197,9,93); }

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