Html Css Color HEX #C20046 Cardinal

📋 copy color: '#C20046'

red 194 ◦ green 0 ◦ blue 70

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

Shades of Cardinal #C20046

Tints of Cardinal #C20046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 26.52%

R = 73.48%
G = 0%
B = 26.52%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C20046 (or 0xC20046) is known color: Cardinal. HEX triplet: C2, 00 and 46. RGB value is (194,0,70). Sum of RGB (Red+Green+Blue) = 194+0+70=264 (34% of max value = 765). Red value is 194 (76.17% from 255 or 73.48% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 70 (27.73% from 255 or 26.52% from 264); Max value from RGB is 194 - color contains mainly: red. Hex color #C20046 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20046 is #3DFFB9. Grayscale: #414141. Windows color (decimal): -4063162 or 4587714. OLE color: 4587714.

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

Color convert

RGB 194 0 70 -
CMYK 0 1 0.64 0.24
HSL 338.35º 1% 0.38% -
HSV(B) 338.35º 1% 0.76% -
XYZ 23.35 11.91 6.86 -
YUV 65.99 130.27 219.31 -
System Red Green Blue C M Y K H S L
Decimal 194 0 70 0 1 0.64 0.24 338.35 1 0.38
Hex C2 0 46 0 64 40 18 152 64 26
Octal 302 0 106 0 144 100 30 522 144 46
Binary 11000010 0 1000110 0 1100100 1000000 11000 101010010 1100100 100110

Color Harmonies of #C20046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20046

Black with #C20046

Text Example


Text Example

White with #C20046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20046; }

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

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

background-color css

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

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

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

border-color css

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

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

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