Html Css Color HEX #C4115B Ruby

📋 copy color: '#C4115B'

red 196 ◦ green 17 ◦ blue 91

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

Shades of Ruby #C4115B

Tints of Ruby #C4115B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 29.93%

R = 64.47%
G = 5.59%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C4115B (or 0xC4115B) is known color: Ruby. HEX triplet: C4, 11 and 5B. RGB value is (196,17,91). Sum of RGB (Red+Green+Blue) = 196+17+91=304 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.47% from 304); Green value is 17 (7.03% from 255 or 5.59% from 304); Blue value is 91 (35.94% from 255 or 29.93% from 304); Max value from RGB is 196 - color contains mainly: red. Hex color #C4115B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4115B is #3BEEA4. Grayscale: #4E4E4E. Windows color (decimal): -3927717 or 5968324. OLE color: 5968324.

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

Color convert

RGB 196 17 91 -
CMYK 0 0.91 0.54 0.23
HSL 335.2º 0.84% 0.42% -
HSV(B) 335.2º 0.91% 0.77% -
XYZ 24.85 12.89 11.08 -
YUV 78.96 134.8 211.48 -
System Red Green Blue C M Y K H S L
Decimal 196 17 91 0 0.91 0.54 0.23 335.2 0.84 0.42
Hex C4 11 5B 0 5B 36 17 14F 54 2A
Octal 304 21 133 0 133 66 27 517 124 52
Binary 11000100 10001 1011011 0 1011011 110110 10111 101001111 1010100 101010

Color Harmonies of #C4115B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4115B

Black with #C4115B

Text Example


Text Example

White with #C4115B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4115B; }

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

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

background-color css

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

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

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

border-color css

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

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

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