Html Css Color HEX #C4175D Ruby

📋 copy color: '#C4175D'

red 196 ◦ green 23 ◦ blue 93

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

Shades of Ruby #C4175D

Tints of Ruby #C4175D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.37%

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

R = 62.82%
G = 7.37%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C4175D (or 0xC4175D) is known color: Ruby. HEX triplet: C4, 17 and 5D. RGB value is (196,23,93). Sum of RGB (Red+Green+Blue) = 196+23+93=312 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.82% from 312); Green value is 23 (9.38% from 255 or 7.37% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 196 - color contains mainly: red. Hex color #C4175D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4175D is #3BE8A2. Grayscale: #525252. Windows color (decimal): -3926179 or 6100932. OLE color: 6100932.

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

Color convert

RGB 196 23 93 -
CMYK 0 0.88 0.53 0.23
HSL 335.72º 0.79% 0.43% -
HSV(B) 335.72º 0.88% 0.77% -
XYZ 25.05 13.14 11.57 -
YUV 82.71 133.81 208.81 -
System Red Green Blue C M Y K H S L
Decimal 196 23 93 0 0.88 0.53 0.23 335.72 0.79 0.43
Hex C4 17 5D 0 58 35 17 150 4F 2B
Octal 304 27 135 0 130 65 27 520 117 53
Binary 11000100 10111 1011101 0 1011000 110101 10111 101010000 1001111 101011

Color Harmonies of #C4175D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4175D

Black with #C4175D

Text Example


Text Example

White with #C4175D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4175D; }

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

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

background-color css

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

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

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

border-color css

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

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

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