Html Css Color HEX #C50849 Cardinal

📋 copy color: '#C50849'

red 197 ◦ green 8 ◦ blue 73

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

Shades of Cardinal #C50849

Tints of Cardinal #C50849

RGB

 RED value IS 197 (77.34% from 255) = 70.86%

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

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

R = 70.86%
G = 2.88%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C50849 (or 0xC50849) is known color: Cardinal. HEX triplet: C5, 08 and 49. RGB value is (197,8,73). Sum of RGB (Red+Green+Blue) = 197+8+73=278 (36% of max value = 765). Red value is 197 (77.34% from 255 or 70.86% from 278); Green value is 8 (3.52% from 255 or 2.88% from 278); Blue value is 73 (28.91% from 255 or 26.26% from 278); Max value from RGB is 197 - color contains mainly: red. Hex color #C50849 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50849 is #3AF7B6. Grayscale: #474747. Windows color (decimal): -3864503 or 4786373. OLE color: 4786373.

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

Color convert

RGB 197 8 73 -
CMYK 0 0.96 0.63 0.23
HSL 339.37º 0.92% 0.4% -
HSV(B) 339.37º 0.96% 0.77% -
XYZ 24.32 12.53 7.44 -
YUV 71.92 128.62 217.21 -
System Red Green Blue C M Y K H S L
Decimal 197 8 73 0 0.96 0.63 0.23 339.37 0.92 0.4
Hex C5 8 49 0 60 3F 17 153 5C 28
Octal 305 10 111 0 140 77 27 523 134 50
Binary 11000101 1000 1001001 0 1100000 111111 10111 101010011 1011100 101000

Color Harmonies of #C50849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50849

Black with #C50849

Text Example


Text Example

White with #C50849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50849; }

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

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

background-color css

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

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

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

border-color css

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

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

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