Html Css Color HEX #C20F56 Ruby

📋 copy color: '#C20F56'

red 194 ◦ green 15 ◦ blue 86

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

Shades of Ruby #C20F56

Tints of Ruby #C20F56

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.08%

 BLUE value IS 86 (33.98% from 255) = 29.15%

R = 65.76%
G = 5.08%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C20F56 (or 0xC20F56) is known color: Ruby. HEX triplet: C2, 0F and 56. RGB value is (194,15,86). Sum of RGB (Red+Green+Blue) = 194+15+86=295 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.76% from 295); Green value is 15 (6.25% from 255 or 5.08% from 295); Blue value is 86 (33.98% from 255 or 29.15% from 295); Max value from RGB is 194 - color contains mainly: red. Hex color #C20F56 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20F56 is #3DF0A9. Grayscale: #4C4C4C. Windows color (decimal): -4059306 or 5640130. OLE color: 5640130.

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

Color convert

RGB 194 15 86 -
CMYK 0 0.92 0.56 0.24
HSL 336.2º 0.86% 0.41% -
HSV(B) 336.2º 0.92% 0.76% -
XYZ 24.1 12.48 9.94 -
YUV 76.62 133.3 211.73 -
System Red Green Blue C M Y K H S L
Decimal 194 15 86 0 0.92 0.56 0.24 336.2 0.86 0.41
Hex C2 F 56 0 5C 38 18 150 56 29
Octal 302 17 126 0 134 70 30 520 126 51
Binary 11000010 1111 1010110 0 1011100 111000 11000 101010000 1010110 101001

Color Harmonies of #C20F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20F56

Black with #C20F56

Text Example


Text Example

White with #C20F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20F56; }

 p { color: rgb(194,15,86); }

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

background-color css

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

 a { background-color: rgb(194,15,86); }

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

border-color css

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

 span { border-color: rgb(194,15,86); }

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