Html Css Color HEX #C4185C Ruby

📋 copy color: '#C4185C'

red 196 ◦ green 24 ◦ blue 92

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

Shades of Ruby #C4185C

Tints of Ruby #C4185C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.49%

R = 62.82%
G = 7.69%
B = 29.49%

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

#C4185C (or 0xC4185C) is known color: Ruby. HEX triplet: C4, 18 and 5C. RGB value is (196,24,92). Sum of RGB (Red+Green+Blue) = 196+24+92=312 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.82% from 312); Green value is 24 (9.77% from 255 or 7.69% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 196 - color contains mainly: red. Hex color #C4185C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4185C is #3BE7A3. Grayscale: #535353. Windows color (decimal): -3925924 or 6035652. OLE color: 6035652.

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

Color convert

RGB 196 24 92 -
CMYK 0 0.88 0.53 0.23
HSL 336.28º 0.78% 0.43% -
HSV(B) 336.28º 0.88% 0.77% -
XYZ 25.02 13.16 11.35 -
YUV 83.18 132.98 208.47 -
System Red Green Blue C M Y K H S L
Decimal 196 24 92 0 0.88 0.53 0.23 336.28 0.78 0.43
Hex C4 18 5C 0 58 35 17 150 4E 2B
Octal 304 30 134 0 130 65 27 520 116 53
Binary 11000100 11000 1011100 0 1011000 110101 10111 101010000 1001110 101011

Color Harmonies of #C4185C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4185C

Black with #C4185C

Text Example


Text Example

White with #C4185C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4185C; }

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

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

background-color css

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

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

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

border-color css

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

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

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