Html Css Color HEX #C20C40 Cardinal

📋 copy color: '#C20C40'

red 194 ◦ green 12 ◦ blue 64

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

Shades of Cardinal #C20C40

Tints of Cardinal #C20C40

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.44%

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

R = 71.85%
G = 4.44%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C20C40 (or 0xC20C40) is known color: Cardinal. HEX triplet: C2, 0C and 40. RGB value is (194,12,64). Sum of RGB (Red+Green+Blue) = 194+12+64=270 (35% of max value = 765). Red value is 194 (76.17% from 255 or 71.85% from 270); Green value is 12 (5.08% from 255 or 4.44% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 194 - color contains mainly: red. Hex color #C20C40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20C40 is #3DF3BF. Grayscale: #484848. Windows color (decimal): -4060096 or 4197570. OLE color: 4197570.

HSL color Cylindrical-coordinate representation of color #C20C40: hue angle of 342.86º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20C40 is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 12 64 -
CMYK 0 0.94 0.67 0.24
HSL 342.86º 0.88% 0.4% -
HSV(B) 342.86º 0.94% 0.76% -
XYZ 23.31 12.1 5.96 -
YUV 72.35 123.3 214.77 -
System Red Green Blue C M Y K H S L
Decimal 194 12 64 0 0.94 0.67 0.24 342.86 0.88 0.4
Hex C2 C 40 0 5E 43 18 157 58 28
Octal 302 14 100 0 136 103 30 527 130 50
Binary 11000010 1100 1000000 0 1011110 1000011 11000 101010111 1011000 101000

Color Harmonies of #C20C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20C40

Black with #C20C40

Text Example


Text Example

White with #C20C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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