Html Css Color HEX #C4155B Ruby

📋 copy color: '#C4155B'

red 196 ◦ green 21 ◦ blue 91

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

Shades of Ruby #C4155B

Tints of Ruby #C4155B

RGB

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

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

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

R = 63.64%
G = 6.82%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C4155B (or 0xC4155B) is known color: Ruby. HEX triplet: C4, 15 and 5B. RGB value is (196,21,91). Sum of RGB (Red+Green+Blue) = 196+21+91=308 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.64% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 91 (35.94% from 255 or 29.55% from 308); Max value from RGB is 196 - color contains mainly: red. Hex color #C4155B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4155B is #3BEAA4. Grayscale: #515151. Windows color (decimal): -3926693 or 5969348. OLE color: 5969348.

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

Color convert

RGB 196 21 91 -
CMYK 0 0.89 0.54 0.23
HSL 336º 0.81% 0.43% -
HSV(B) 336º 0.89% 0.77% -
XYZ 24.92 13.03 11.1 -
YUV 81.31 133.48 209.81 -
System Red Green Blue C M Y K H S L
Decimal 196 21 91 0 0.89 0.54 0.23 336 0.81 0.43
Hex C4 15 5B 0 59 36 17 150 51 2B
Octal 304 25 133 0 131 66 27 520 121 53
Binary 11000100 10101 1011011 0 1011001 110110 10111 101010000 1010001 101011

Color Harmonies of #C4155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4155B

Black with #C4155B

Text Example


Text Example

White with #C4155B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4155B; }

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

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

background-color css

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

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

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

border-color css

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

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

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