Html Css Color HEX #C2094C Cardinal

📋 copy color: '#C2094C'

red 194 ◦ green 9 ◦ blue 76

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

Shades of Cardinal #C2094C

Tints of Cardinal #C2094C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 27.24%

R = 69.53%
G = 3.23%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C2094C (or 0xC2094C) is known color: Cardinal. HEX triplet: C2, 09 and 4C. RGB value is (194,9,76). Sum of RGB (Red+Green+Blue) = 194+9+76=279 (36% of max value = 765). Red value is 194 (76.17% from 255 or 69.53% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 194 - color contains mainly: red. Hex color #C2094C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2094C is #3DF6B3. Grayscale: #474747. Windows color (decimal): -4060852 or 4983234. OLE color: 4983234.

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

Color convert

RGB 194 9 76 -
CMYK 0 0.95 0.61 0.24
HSL 338.27º 0.91% 0.4% -
HSV(B) 338.27º 0.95% 0.76% -
XYZ 23.65 12.19 7.94 -
YUV 71.95 130.29 215.05 -
System Red Green Blue C M Y K H S L
Decimal 194 9 76 0 0.95 0.61 0.24 338.27 0.91 0.4
Hex C2 9 4C 0 5F 3D 18 152 5B 28
Octal 302 11 114 0 137 75 30 522 133 50
Binary 11000010 1001 1001100 0 1011111 111101 11000 101010010 1011011 101000

Color Harmonies of #C2094C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2094C

Black with #C2094C

Text Example


Text Example

White with #C2094C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2094C; }

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

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

background-color css

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

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

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

border-color css

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

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

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