Html Css Color HEX #C4185A Ruby

📋 copy color: '#C4185A'

red 196 ◦ green 24 ◦ blue 90

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

Shades of Ruby #C4185A

Tints of Ruby #C4185A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.03%

R = 63.23%
G = 7.74%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C4185A (or 0xC4185A) is known color: Ruby. HEX triplet: C4, 18 and 5A. RGB value is (196,24,90). Sum of RGB (Red+Green+Blue) = 196+24+90=310 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.23% from 310); Green value is 24 (9.77% from 255 or 7.74% from 310); Blue value is 90 (35.55% from 255 or 29.03% from 310); Max value from RGB is 196 - color contains mainly: red. Hex color #C4185A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4185A is #3BE7A5. Grayscale: #525252. Windows color (decimal): -3925926 or 5904580. OLE color: 5904580.

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

Color convert

RGB 196 24 90 -
CMYK 0 0.88 0.54 0.23
HSL 336.98º 0.78% 0.43% -
HSV(B) 336.98º 0.88% 0.77% -
XYZ 24.94 13.13 10.89 -
YUV 82.95 131.98 208.63 -
System Red Green Blue C M Y K H S L
Decimal 196 24 90 0 0.88 0.54 0.23 336.98 0.78 0.43
Hex C4 18 5A 0 58 36 17 151 4E 2B
Octal 304 30 132 0 130 66 27 521 116 53
Binary 11000100 11000 1011010 0 1011000 110110 10111 101010001 1001110 101011

Color Harmonies of #C4185A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4185A

Black with #C4185A

Text Example


Text Example

White with #C4185A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4185A; }

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

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

background-color css

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

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

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

border-color css

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

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

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