Html Css Color HEX #C20047 Cardinal

📋 copy color: '#C20047'

red 194 ◦ green 0 ◦ blue 71

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

Shades of Cardinal #C20047

Tints of Cardinal #C20047

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 73.21%
G = 0%
B = 26.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C20047 (or 0xC20047) is known color: Cardinal. HEX triplet: C2, 00 and 47. RGB value is (194,0,71). Sum of RGB (Red+Green+Blue) = 194+0+71=265 (35% of max value = 765). Red value is 194 (76.17% from 255 or 73.21% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 71 (28.12% from 255 or 26.79% from 265); Max value from RGB is 194 - color contains mainly: red. Hex color #C20047 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20047 is #3DFFB8. Grayscale: #424242. Windows color (decimal): -4063161 or 4653250. OLE color: 4653250.

HSL color Cylindrical-coordinate representation of color #C20047: hue angle of 338.04º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C20047 is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 0 71 -
CMYK 0 1 0.63 0.24
HSL 338.04º 1% 0.38% -
HSV(B) 338.04º 1% 0.76% -
XYZ 23.39 11.92 7.03 -
YUV 66.1 130.77 219.23 -
System Red Green Blue C M Y K H S L
Decimal 194 0 71 0 1 0.63 0.24 338.04 1 0.38
Hex C2 0 47 0 64 3F 18 152 64 26
Octal 302 0 107 0 144 77 30 522 144 46
Binary 11000010 0 1000111 0 1100100 111111 11000 101010010 1100100 100110

Color Harmonies of #C20047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20047

Black with #C20047

Text Example


Text Example

White with #C20047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20047; }

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

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

background-color css

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

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

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

border-color css

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

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

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