Html Css Color HEX #C4055F Ruby

📋 copy color: '#C4055F'

red 196 ◦ green 5 ◦ blue 95

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

Shades of Ruby #C4055F

Tints of Ruby #C4055F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 32.09%

R = 66.22%
G = 1.69%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C4055F (or 0xC4055F) is known color: Ruby. HEX triplet: C4, 05 and 5F. RGB value is (196,5,95). Sum of RGB (Red+Green+Blue) = 196+5+95=296 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.22% from 296); Green value is 5 (2.34% from 255 or 1.69% from 296); Blue value is 95 (37.5% from 255 or 32.09% from 296); Max value from RGB is 196 - color contains mainly: red. Hex color #C4055F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4055F is #3BFAA0. Grayscale: #484848. Windows color (decimal): -3930785 or 6227396. OLE color: 6227396.

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

Color convert

RGB 196 5 95 -
CMYK 0 0.97 0.52 0.23
HSL 331.73º 0.95% 0.39% -
HSV(B) 331.73º 0.97% 0.77% -
XYZ 24.88 12.67 11.96 -
YUV 72.37 140.78 216.18 -
System Red Green Blue C M Y K H S L
Decimal 196 5 95 0 0.97 0.52 0.23 331.73 0.95 0.39
Hex C4 5 5F 0 61 34 17 14C 5F 27
Octal 304 5 137 0 141 64 27 514 137 47
Binary 11000100 101 1011111 0 1100001 110100 10111 101001100 1011111 100111

Color Harmonies of #C4055F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4055F

Black with #C4055F

Text Example


Text Example

White with #C4055F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4055F; }

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

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

background-color css

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

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

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

border-color css

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

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

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