Html Css Color HEX #C20040 Cardinal

📋 copy color: '#C20040'

red 194 ◦ green 0 ◦ blue 64

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

Shades of Cardinal #C20040

Tints of Cardinal #C20040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 24.81%

R = 75.19%
G = 0%
B = 24.81%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C20040 (or 0xC20040) is known color: Cardinal. HEX triplet: C2, 00 and 40. RGB value is (194,0,64). Sum of RGB (Red+Green+Blue) = 194+0+64=258 (34% of max value = 765). Red value is 194 (76.17% from 255 or 75.19% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 64 (25.39% from 255 or 24.81% from 258); Max value from RGB is 194 - color contains mainly: red. Hex color #C20040 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20040 is #3DFFBF. Grayscale: #414141. Windows color (decimal): -4063168 or 4194498. OLE color: 4194498.

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

Color convert

RGB 194 0 64 -
CMYK 0 1 0.67 0.24
HSL 340.21º 1% 0.38% -
HSV(B) 340.21º 1% 0.76% -
XYZ 23.17 11.84 5.91 -
YUV 65.3 127.27 219.8 -
System Red Green Blue C M Y K H S L
Decimal 194 0 64 0 1 0.67 0.24 340.21 1 0.38
Hex C2 0 40 0 64 43 18 154 64 26
Octal 302 0 100 0 144 103 30 524 144 46
Binary 11000010 0 1000000 0 1100100 1000011 11000 101010100 1100100 100110

Color Harmonies of #C20040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20040

Black with #C20040

Text Example


Text Example

White with #C20040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20040; }

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

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

background-color css

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

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

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

border-color css

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

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

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