Html Css Color HEX #C4055D Ruby

📋 copy color: '#C4055D'

red 196 ◦ green 5 ◦ blue 93

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

Shades of Ruby #C4055D

Tints of Ruby #C4055D

RGB

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

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

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

R = 66.67%
G = 1.7%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C4055D (or 0xC4055D) is known color: Ruby. HEX triplet: C4, 05 and 5D. RGB value is (196,5,93). Sum of RGB (Red+Green+Blue) = 196+5+93=294 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.67% from 294); Green value is 5 (2.34% from 255 or 1.70% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 196 - color contains mainly: red. Hex color #C4055D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4055D is #3BFAA2. Grayscale: #474747. Windows color (decimal): -3930787 or 6096324. OLE color: 6096324.

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

Color convert

RGB 196 5 93 -
CMYK 0 0.97 0.53 0.23
HSL 332.36º 0.95% 0.39% -
HSV(B) 332.36º 0.97% 0.77% -
XYZ 24.8 12.63 11.49 -
YUV 72.14 139.78 216.34 -
System Red Green Blue C M Y K H S L
Decimal 196 5 93 0 0.97 0.53 0.23 332.36 0.95 0.39
Hex C4 5 5D 0 61 35 17 14C 5F 27
Octal 304 5 135 0 141 65 27 514 137 47
Binary 11000100 101 1011101 0 1100001 110101 10111 101001100 1011111 100111

Color Harmonies of #C4055D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4055D

Black with #C4055D

Text Example


Text Example

White with #C4055D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4055D; }

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

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

background-color css

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

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

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

border-color css

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

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

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