Html Css Color HEX #C4055B Ruby

📋 copy color: '#C4055B'

red 196 ◦ green 5 ◦ blue 91

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

Shades of Ruby #C4055B

Tints of Ruby #C4055B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.71%

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

R = 67.12%
G = 1.71%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C4055B (or 0xC4055B) is known color: Ruby. HEX triplet: C4, 05 and 5B. RGB value is (196,5,91). Sum of RGB (Red+Green+Blue) = 196+5+91=292 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.12% from 292); Green value is 5 (2.34% from 255 or 1.71% from 292); Blue value is 91 (35.94% from 255 or 31.16% from 292); Max value from RGB is 196 - color contains mainly: red. Hex color #C4055B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4055B is #3BFAA4. Grayscale: #474747. Windows color (decimal): -3930789 or 5965252. OLE color: 5965252.

HSL color Cylindrical-coordinate representation of color #C4055B: hue angle of 332.98º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C4055B is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 5 91 -
CMYK 0 0.97 0.54 0.23
HSL 332.98º 0.95% 0.39% -
HSV(B) 332.98º 0.97% 0.77% -
XYZ 24.71 12.6 11.03 -
YUV 71.91 138.78 216.51 -
System Red Green Blue C M Y K H S L
Decimal 196 5 91 0 0.97 0.54 0.23 332.98 0.95 0.39
Hex C4 5 5B 0 61 36 17 14D 5F 27
Octal 304 5 133 0 141 66 27 515 137 47
Binary 11000100 101 1011011 0 1100001 110110 10111 101001101 1011111 100111

Color Harmonies of #C4055B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4055B

Black with #C4055B

Text Example


Text Example

White with #C4055B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4055B; }

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

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

background-color css

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

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

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

border-color css

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

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

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