Html Css Color HEX #C2164C Cardinal

📋 copy color: '#C2164C'

red 194 ◦ green 22 ◦ blue 76

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

Shades of Cardinal #C2164C

Tints of Cardinal #C2164C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.53%

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

R = 66.44%
G = 7.53%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C2164C (or 0xC2164C) is known color: Cardinal. HEX triplet: C2, 16 and 4C. RGB value is (194,22,76). Sum of RGB (Red+Green+Blue) = 194+22+76=292 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.44% from 292); Green value is 22 (8.98% from 255 or 7.53% from 292); Blue value is 76 (30.08% from 255 or 26.03% from 292); Max value from RGB is 194 - color contains mainly: red. Hex color #C2164C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2164C is #3DE9B3. Grayscale: #4F4F4F. Windows color (decimal): -4057524 or 4986562. OLE color: 4986562.

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

Color convert

RGB 194 22 76 -
CMYK 0 0.89 0.61 0.24
HSL 341.16º 0.8% 0.42% -
HSV(B) 341.16º 0.89% 0.76% -
XYZ 23.84 12.56 8.01 -
YUV 79.58 125.98 209.61 -
System Red Green Blue C M Y K H S L
Decimal 194 22 76 0 0.89 0.61 0.24 341.16 0.8 0.42
Hex C2 16 4C 0 59 3D 18 155 50 2A
Octal 302 26 114 0 131 75 30 525 120 52
Binary 11000010 10110 1001100 0 1011001 111101 11000 101010101 1010000 101010

Color Harmonies of #C2164C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2164C

Black with #C2164C

Text Example


Text Example

White with #C2164C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2164C; }

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

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

background-color css

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

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

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

border-color css

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

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

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