Html Css Color HEX #C4145F Ruby

📋 copy color: '#C4145F'

red 196 ◦ green 20 ◦ blue 95

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

Shades of Ruby #C4145F

Tints of Ruby #C4145F

RGB

 RED value IS 196 (76.95% from 255) = 63.02%

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

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

R = 63.02%
G = 6.43%
B = 30.55%

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

#C4145F (or 0xC4145F) is known color: Ruby. HEX triplet: C4, 14 and 5F. RGB value is (196,20,95). Sum of RGB (Red+Green+Blue) = 196+20+95=311 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.02% from 311); Green value is 20 (8.20% from 255 or 6.43% from 311); Blue value is 95 (37.5% from 255 or 30.55% from 311); Max value from RGB is 196 - color contains mainly: red. Hex color #C4145F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4145F is #3BEBA0. Grayscale: #515151. Windows color (decimal): -3926945 or 6231236. OLE color: 6231236.

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

Color convert

RGB 196 20 95 -
CMYK 0 0.90 0.52 0.23
HSL 334.43º 0.81% 0.42% -
HSV(B) 334.43º 0.9% 0.77% -
XYZ 25.08 13.06 12.03 -
YUV 81.17 135.81 209.9 -
System Red Green Blue C M Y K H S L
Decimal 196 20 95 0 0.90 0.52 0.23 334.43 0.81 0.42
Hex C4 14 5F 0 5A 34 17 14E 51 2A
Octal 304 24 137 0 132 64 27 516 121 52
Binary 11000100 10100 1011111 0 1011010 110100 10111 101001110 1010001 101010

Color Harmonies of #C4145F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4145F

Black with #C4145F

Text Example


Text Example

White with #C4145F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4145F; }

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

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

background-color css

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

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

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

border-color css

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

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

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