Html Css Color HEX #C5095C Ruby

📋 copy color: '#C5095C'

red 197 ◦ green 9 ◦ blue 92

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

Shades of Ruby #C5095C

Tints of Ruby #C5095C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.87%

R = 66.11%
G = 3.02%
B = 30.87%

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

#C5095C (or 0xC5095C) is known color: Ruby. HEX triplet: C5, 09 and 5C. RGB value is (197,9,92). Sum of RGB (Red+Green+Blue) = 197+9+92=298 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.11% from 298); Green value is 9 (3.91% from 255 or 3.02% from 298); Blue value is 92 (36.33% from 255 or 30.87% from 298); Max value from RGB is 197 - color contains mainly: red. Hex color #C5095C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5095C is #3AF6A3. Grayscale: #4A4A4A. Windows color (decimal): -3864228 or 6031813. OLE color: 6031813.

HSL color Cylindrical-coordinate representation of color #C5095C: hue angle of 333.51º 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 #C5095C is Cyan = 0, Magento = 0.95, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 9 92 -
CMYK 0 0.95 0.53 0.23
HSL 333.51º 0.91% 0.4% -
HSV(B) 333.51º 0.95% 0.77% -
XYZ 25.06 12.84 11.28 -
YUV 74.67 137.78 215.25 -
System Red Green Blue C M Y K H S L
Decimal 197 9 92 0 0.95 0.53 0.23 333.51 0.91 0.4
Hex C5 9 5C 0 5F 35 17 14E 5B 28
Octal 305 11 134 0 137 65 27 516 133 50
Binary 11000101 1001 1011100 0 1011111 110101 10111 101001110 1011011 101000

Color Harmonies of #C5095C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5095C

Black with #C5095C

Text Example


Text Example

White with #C5095C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5095C; }

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

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

background-color css

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

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

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

border-color css

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

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

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