Html Css Color HEX #C20847 Cardinal

📋 copy color: '#C20847'

red 194 ◦ green 8 ◦ blue 71

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

Shades of Cardinal #C20847

Tints of Cardinal #C20847

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 26.01%

R = 71.06%
G = 2.93%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C20847 (or 0xC20847) is known color: Cardinal. HEX triplet: C2, 08 and 47. RGB value is (194,8,71). Sum of RGB (Red+Green+Blue) = 194+8+71=273 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.06% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 71 (28.12% from 255 or 26.01% from 273); Max value from RGB is 194 - color contains mainly: red. Hex color #C20847 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20847 is #3DF7B8. Grayscale: #464646. Windows color (decimal): -4061113 or 4655298. OLE color: 4655298.

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

Color convert

RGB 194 8 71 -
CMYK 0 0.96 0.63 0.24
HSL 339.68º 0.92% 0.4% -
HSV(B) 339.68º 0.96% 0.76% -
XYZ 23.47 12.1 7.06 -
YUV 70.8 128.12 215.88 -
System Red Green Blue C M Y K H S L
Decimal 194 8 71 0 0.96 0.63 0.24 339.68 0.92 0.4
Hex C2 8 47 0 60 3F 18 154 5C 28
Octal 302 10 107 0 140 77 30 524 134 50
Binary 11000010 1000 1000111 0 1100000 111111 11000 101010100 1011100 101000

Color Harmonies of #C20847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20847

Black with #C20847

Text Example


Text Example

White with #C20847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20847; }

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

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

background-color css

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

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

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

border-color css

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

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

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