Html Css Color HEX #C2114C Cardinal

📋 copy color: '#C2114C'

red 194 ◦ green 17 ◦ blue 76

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

Shades of Cardinal #C2114C

Tints of Cardinal #C2114C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.92%

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

R = 67.6%
G = 5.92%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C2114C (or 0xC2114C) is known color: Cardinal. HEX triplet: C2, 11 and 4C. RGB value is (194,17,76). Sum of RGB (Red+Green+Blue) = 194+17+76=287 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.60% from 287); Green value is 17 (7.03% from 255 or 5.92% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 194 - color contains mainly: red. Hex color #C2114C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2114C is #3DEEB3. Grayscale: #4C4C4C. Windows color (decimal): -4058804 or 4985282. OLE color: 4985282.

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

Color convert

RGB 194 17 76 -
CMYK 0 0.91 0.61 0.24
HSL 340º 0.84% 0.41% -
HSV(B) 340º 0.91% 0.76% -
XYZ 23.75 12.39 7.98 -
YUV 76.65 127.64 211.7 -
System Red Green Blue C M Y K H S L
Decimal 194 17 76 0 0.91 0.61 0.24 340 0.84 0.41
Hex C2 11 4C 0 5B 3D 18 154 54 29
Octal 302 21 114 0 133 75 30 524 124 51
Binary 11000010 10001 1001100 0 1011011 111101 11000 101010100 1010100 101001

Color Harmonies of #C2114C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2114C

Black with #C2114C

Text Example


Text Example

White with #C2114C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2114C; }

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

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

background-color css

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

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

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

border-color css

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

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

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