Html Css Color HEX #C20850 Ruby

📋 copy color: '#C20850'

red 194 ◦ green 8 ◦ blue 80

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

Shades of Ruby #C20850

Tints of Ruby #C20850

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.84%

 BLUE value IS 80 (31.64% from 255) = 28.37%

R = 68.79%
G = 2.84%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C20850 (or 0xC20850) is known color: Ruby. HEX triplet: C2, 08 and 50. RGB value is (194,8,80). Sum of RGB (Red+Green+Blue) = 194+8+80=282 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.79% from 282); Green value is 8 (3.52% from 255 or 2.84% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 194 - color contains mainly: red. Hex color #C20850 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20850 is #3DF7AF. Grayscale: #474747. Windows color (decimal): -4061104 or 5245122. OLE color: 5245122.

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

Color convert

RGB 194 8 80 -
CMYK 0 0.96 0.59 0.24
HSL 336.77º 0.92% 0.4% -
HSV(B) 336.77º 0.96% 0.76% -
XYZ 23.78 12.22 8.7 -
YUV 71.82 132.62 215.15 -
System Red Green Blue C M Y K H S L
Decimal 194 8 80 0 0.96 0.59 0.24 336.77 0.92 0.4
Hex C2 8 50 0 60 3B 18 151 5C 28
Octal 302 10 120 0 140 73 30 521 134 50
Binary 11000010 1000 1010000 0 1100000 111011 11000 101010001 1011100 101000

Color Harmonies of #C20850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20850

Black with #C20850

Text Example


Text Example

White with #C20850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20850; }

 p { color: rgb(194,8,80); }

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

background-color css

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

 a { background-color: rgb(194,8,80); }

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

border-color css

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

 span { border-color: rgb(194,8,80); }

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