Html Css Color HEX #C2094A Cardinal

📋 copy color: '#C2094A'

red 194 ◦ green 9 ◦ blue 74

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

Shades of Cardinal #C2094A

Tints of Cardinal #C2094A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.25%

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

R = 70.04%
G = 3.25%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C2094A (or 0xC2094A) is known color: Cardinal. HEX triplet: C2, 09 and 4A. RGB value is (194,9,74). Sum of RGB (Red+Green+Blue) = 194+9+74=277 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.04% from 277); Green value is 9 (3.91% from 255 or 3.25% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 194 - color contains mainly: red. Hex color #C2094A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2094A is #3DF6B5. Grayscale: #474747. Windows color (decimal): -4060854 or 4852162. OLE color: 4852162.

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

Color convert

RGB 194 9 74 -
CMYK 0 0.95 0.62 0.24
HSL 338.92º 0.91% 0.4% -
HSV(B) 338.92º 0.95% 0.76% -
XYZ 23.58 12.16 7.58 -
YUV 71.73 129.29 215.21 -
System Red Green Blue C M Y K H S L
Decimal 194 9 74 0 0.95 0.62 0.24 338.92 0.91 0.4
Hex C2 9 4A 0 5F 3E 18 153 5B 28
Octal 302 11 112 0 137 76 30 523 133 50
Binary 11000010 1001 1001010 0 1011111 111110 11000 101010011 1011011 101000

Color Harmonies of #C2094A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2094A

Black with #C2094A

Text Example


Text Example

White with #C2094A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2094A; }

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

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

background-color css

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

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

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

border-color css

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

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

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