Html Css Color HEX #C2004A Cardinal

📋 copy color: '#C2004A'

red 194 ◦ green 0 ◦ blue 74

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

Shades of Cardinal #C2004A

Tints of Cardinal #C2004A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 27.61%

R = 72.39%
G = 0%
B = 27.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C2004A (or 0xC2004A) is known color: Cardinal. HEX triplet: C2, 00 and 4A. RGB value is (194,0,74). Sum of RGB (Red+Green+Blue) = 194+0+74=268 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.39% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 194 - color contains mainly: red. Hex color #C2004A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2004A is #3DFFB5. Grayscale: #424242. Windows color (decimal): -4063158 or 4849858. OLE color: 4849858.

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

Color convert

RGB 194 0 74 -
CMYK 0 1 0.62 0.24
HSL 337.11º 1% 0.38% -
HSV(B) 337.11º 1% 0.76% -
XYZ 23.48 11.96 7.55 -
YUV 66.44 132.27 218.98 -
System Red Green Blue C M Y K H S L
Decimal 194 0 74 0 1 0.62 0.24 337.11 1 0.38
Hex C2 0 4A 0 64 3E 18 151 64 26
Octal 302 0 112 0 144 76 30 521 144 46
Binary 11000010 0 1001010 0 1100100 111110 11000 101010001 1100100 100110

Color Harmonies of #C2004A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2004A

Black with #C2004A

Text Example


Text Example

White with #C2004A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2004A; }

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

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

background-color css

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

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

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

border-color css

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

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

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