Html Css Color HEX #C20E5B Ruby

📋 copy color: '#C20E5B'

red 194 ◦ green 14 ◦ blue 91

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

Shades of Ruby #C20E5B

Tints of Ruby #C20E5B

RGB

 RED value IS 194 (76.17% from 255) = 64.88%

 GREEN value IS 14 (5.86% from 255) = 4.68%

 BLUE value IS 91 (35.94% from 255) = 30.43%

R = 64.88%
G = 4.68%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C20E5B (or 0xC20E5B) is known color: Ruby. HEX triplet: C2, 0E and 5B. RGB value is (194,14,91). Sum of RGB (Red+Green+Blue) = 194+14+91=299 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.88% from 299); Green value is 14 (5.86% from 255 or 4.68% from 299); Blue value is 91 (35.94% from 255 or 30.43% from 299); Max value from RGB is 194 - color contains mainly: red. Hex color #C20E5B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20E5B is #3DF1A4. Grayscale: #4C4C4C. Windows color (decimal): -4059557 or 5967554. OLE color: 5967554.

HSL color Cylindrical-coordinate representation of color #C20E5B: hue angle of 334.33º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C20E5B is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 14 91 -
CMYK 0 0.93 0.53 0.24
HSL 334.33º 0.87% 0.41% -
HSV(B) 334.33º 0.93% 0.76% -
XYZ 24.29 12.54 11.04 -
YUV 76.6 136.13 211.74 -
System Red Green Blue C M Y K H S L
Decimal 194 14 91 0 0.93 0.53 0.24 334.33 0.87 0.41
Hex C2 E 5B 0 5D 35 18 14E 57 29
Octal 302 16 133 0 135 65 30 516 127 51
Binary 11000010 1110 1011011 0 1011101 110101 11000 101001110 1010111 101001

Color Harmonies of #C20E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20E5B

Black with #C20E5B

Text Example


Text Example

White with #C20E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20E5B; }

 p { color: rgb(194,14,91); }

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

background-color css

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

 a { background-color: rgb(194,14,91); }

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

border-color css

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

 span { border-color: rgb(194,14,91); }

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