Html Css Color HEX #C4185D Ruby

📋 copy color: '#C4185D'

red 196 ◦ green 24 ◦ blue 93

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

Shades of Ruby #C4185D

Tints of Ruby #C4185D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.67%

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

R = 62.62%
G = 7.67%
B = 29.71%

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

#C4185D (or 0xC4185D) is known color: Ruby. HEX triplet: C4, 18 and 5D. RGB value is (196,24,93). Sum of RGB (Red+Green+Blue) = 196+24+93=313 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.62% from 313); Green value is 24 (9.77% from 255 or 7.67% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 196 - color contains mainly: red. Hex color #C4185D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4185D is #3BE7A2. Grayscale: #535353. Windows color (decimal): -3925923 or 6101188. OLE color: 6101188.

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

Color convert

RGB 196 24 93 -
CMYK 0 0.88 0.53 0.23
HSL 335.93º 0.78% 0.43% -
HSV(B) 335.93º 0.88% 0.77% -
XYZ 25.07 13.18 11.58 -
YUV 83.29 133.48 208.39 -
System Red Green Blue C M Y K H S L
Decimal 196 24 93 0 0.88 0.53 0.23 335.93 0.78 0.43
Hex C4 18 5D 0 58 35 17 150 4E 2B
Octal 304 30 135 0 130 65 27 520 116 53
Binary 11000100 11000 1011101 0 1011000 110101 10111 101010000 1001110 101011

Color Harmonies of #C4185D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4185D

Black with #C4185D

Text Example


Text Example

White with #C4185D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4185D; }

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

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

background-color css

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

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

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

border-color css

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

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

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