Html Css Color HEX #C5145F Ruby

📋 copy color: '#C5145F'

red 197 ◦ green 20 ◦ blue 95

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

Shades of Ruby #C5145F

Tints of Ruby #C5145F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.41%

 BLUE value IS 95 (37.5% from 255) = 30.45%

R = 63.14%
G = 6.41%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C5145F (or 0xC5145F) is known color: Ruby. HEX triplet: C5, 14 and 5F. RGB value is (197,20,95). Sum of RGB (Red+Green+Blue) = 197+20+95=312 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.14% from 312); Green value is 20 (8.20% from 255 or 6.41% from 312); Blue value is 95 (37.5% from 255 or 30.45% from 312); Max value from RGB is 197 - color contains mainly: red. Hex color #C5145F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5145F is #3AEBA0. Grayscale: #515151. Windows color (decimal): -3861409 or 6231237. OLE color: 6231237.

HSL color Cylindrical-coordinate representation of color #C5145F: hue angle of 334.58º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C5145F is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 20 95 -
CMYK 0 0.90 0.52 0.23
HSL 334.58º 0.82% 0.43% -
HSV(B) 334.58º 0.9% 0.77% -
XYZ 25.34 13.2 12.04 -
YUV 81.47 135.64 210.4 -
System Red Green Blue C M Y K H S L
Decimal 197 20 95 0 0.90 0.52 0.23 334.58 0.82 0.43
Hex C5 14 5F 0 5A 34 17 14F 52 2B
Octal 305 24 137 0 132 64 27 517 122 53
Binary 11000101 10100 1011111 0 1011010 110100 10111 101001111 1010010 101011

Color Harmonies of #C5145F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5145F

Black with #C5145F

Text Example


Text Example

White with #C5145F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5145F; }

 p { color: rgb(197,20,95); }

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

background-color css

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

 a { background-color: rgb(197,20,95); }

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

border-color css

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

 span { border-color: rgb(197,20,95); }

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