Html Css Color HEX #C4185F Ruby

📋 copy color: '#C4185F'

red 196 ◦ green 24 ◦ blue 95

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

Shades of Ruby #C4185F

Tints of Ruby #C4185F

RGB

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

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

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

R = 62.22%
G = 7.62%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C4185F (or 0xC4185F) is known color: Ruby. HEX triplet: C4, 18 and 5F. RGB value is (196,24,95). Sum of RGB (Red+Green+Blue) = 196+24+95=315 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.22% from 315); Green value is 24 (9.77% from 255 or 7.62% from 315); Blue value is 95 (37.5% from 255 or 30.16% from 315); Max value from RGB is 196 - color contains mainly: red. Hex color #C4185F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4185F is #3BE7A0. Grayscale: #535353. Windows color (decimal): -3925921 or 6232260. OLE color: 6232260.

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

Color convert

RGB 196 24 95 -
CMYK 0 0.88 0.52 0.23
HSL 335.23º 0.78% 0.43% -
HSV(B) 335.23º 0.88% 0.77% -
XYZ 25.16 13.22 12.05 -
YUV 83.52 134.48 208.23 -
System Red Green Blue C M Y K H S L
Decimal 196 24 95 0 0.88 0.52 0.23 335.23 0.78 0.43
Hex C4 18 5F 0 58 34 17 14F 4E 2B
Octal 304 30 137 0 130 64 27 517 116 53
Binary 11000100 11000 1011111 0 1011000 110100 10111 101001111 1001110 101011

Color Harmonies of #C4185F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4185F

Black with #C4185F

Text Example


Text Example

White with #C4185F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4185F; }

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

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

background-color css

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

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

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

border-color css

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

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

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