Html Css Color HEX #C4115F Ruby

📋 copy color: '#C4115F'

red 196 ◦ green 17 ◦ blue 95

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

Shades of Ruby #C4115F

Tints of Ruby #C4115F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.52%

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

R = 63.64%
G = 5.52%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C4115F (or 0xC4115F) is known color: Ruby. HEX triplet: C4, 11 and 5F. RGB value is (196,17,95). Sum of RGB (Red+Green+Blue) = 196+17+95=308 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.64% from 308); Green value is 17 (7.03% from 255 or 5.52% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 196 - color contains mainly: red. Hex color #C4115F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4115F is #3BEEA0. Grayscale: #4F4F4F. Windows color (decimal): -3927713 or 6230468. OLE color: 6230468.

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

Color convert

RGB 196 17 95 -
CMYK 0 0.91 0.52 0.23
HSL 333.85º 0.84% 0.42% -
HSV(B) 333.85º 0.91% 0.77% -
XYZ 25.03 12.96 12.01 -
YUV 79.41 136.8 211.16 -
System Red Green Blue C M Y K H S L
Decimal 196 17 95 0 0.91 0.52 0.23 333.85 0.84 0.42
Hex C4 11 5F 0 5B 34 17 14E 54 2A
Octal 304 21 137 0 133 64 27 516 124 52
Binary 11000100 10001 1011111 0 1011011 110100 10111 101001110 1010100 101010

Color Harmonies of #C4115F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4115F

Black with #C4115F

Text Example


Text Example

White with #C4115F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4115F; }

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

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

background-color css

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

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

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

border-color css

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

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

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