Html Css Color HEX #C20849 Cardinal

📋 copy color: '#C20849'

red 194 ◦ green 8 ◦ blue 73

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

Shades of Cardinal #C20849

Tints of Cardinal #C20849

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 26.55%

R = 70.55%
G = 2.91%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C20849 (or 0xC20849) is known color: Cardinal. HEX triplet: C2, 08 and 49. RGB value is (194,8,73). Sum of RGB (Red+Green+Blue) = 194+8+73=275 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.55% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 194 - color contains mainly: red. Hex color #C20849 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20849 is #3DF7B6. Grayscale: #464646. Windows color (decimal): -4061111 or 4786370. OLE color: 4786370.

HSL color Cylindrical-coordinate representation of color #C20849: hue angle of 339.03º 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 #C20849 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 8 73 -
CMYK 0 0.96 0.62 0.24
HSL 339.03º 0.92% 0.4% -
HSV(B) 339.03º 0.96% 0.76% -
XYZ 23.54 12.12 7.4 -
YUV 71.02 129.12 215.71 -
System Red Green Blue C M Y K H S L
Decimal 194 8 73 0 0.96 0.62 0.24 339.03 0.92 0.4
Hex C2 8 49 0 60 3E 18 153 5C 28
Octal 302 10 111 0 140 76 30 523 134 50
Binary 11000010 1000 1001001 0 1100000 111110 11000 101010011 1011100 101000

Color Harmonies of #C20849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20849

Black with #C20849

Text Example


Text Example

White with #C20849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20849; }

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

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

background-color css

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

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

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

border-color css

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

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

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