Html Css Color HEX #C4155D Ruby

📋 copy color: '#C4155D'

red 196 ◦ green 21 ◦ blue 93

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

Shades of Ruby #C4155D

Tints of Ruby #C4155D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.77%

 BLUE value IS 93 (36.72% from 255) = 30%

R = 63.23%
G = 6.77%
B = 30%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C4155D (or 0xC4155D) is known color: Ruby. HEX triplet: C4, 15 and 5D. RGB value is (196,21,93). Sum of RGB (Red+Green+Blue) = 196+21+93=310 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.23% from 310); Green value is 21 (8.59% from 255 or 6.77% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 196 - color contains mainly: red. Hex color #C4155D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4155D is #3BEAA2. Grayscale: #515151. Windows color (decimal): -3926691 or 6100420. OLE color: 6100420.

HSL color Cylindrical-coordinate representation of color #C4155D: hue angle of 335.31º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C4155D is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 21 93 -
CMYK 0 0.89 0.53 0.23
HSL 335.31º 0.81% 0.43% -
HSV(B) 335.31º 0.89% 0.77% -
XYZ 25.01 13.06 11.56 -
YUV 81.53 134.48 209.65 -
System Red Green Blue C M Y K H S L
Decimal 196 21 93 0 0.89 0.53 0.23 335.31 0.81 0.43
Hex C4 15 5D 0 59 35 17 14F 51 2B
Octal 304 25 135 0 131 65 27 517 121 53
Binary 11000100 10101 1011101 0 1011001 110101 10111 101001111 1010001 101011

Color Harmonies of #C4155D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4155D

Black with #C4155D

Text Example


Text Example

White with #C4155D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4155D; }

 p { color: rgb(196,21,93); }

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

background-color css

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

 a { background-color: rgb(196,21,93); }

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

border-color css

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

 span { border-color: rgb(196,21,93); }

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