Html Css Color HEX #C2154C Cardinal

📋 copy color: '#C2154C'

red 194 ◦ green 21 ◦ blue 76

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

Shades of Cardinal #C2154C

Tints of Cardinal #C2154C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.22%

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

R = 66.67%
G = 7.22%
B = 26.12%

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

#C2154C (or 0xC2154C) is known color: Cardinal. HEX triplet: C2, 15 and 4C. RGB value is (194,21,76). Sum of RGB (Red+Green+Blue) = 194+21+76=291 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.67% from 291); Green value is 21 (8.59% from 255 or 7.22% from 291); Blue value is 76 (30.08% from 255 or 26.12% from 291); Max value from RGB is 194 - color contains mainly: red. Hex color #C2154C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2154C is #3DEAB3. Grayscale: #4E4E4E. Windows color (decimal): -4057780 or 4986306. OLE color: 4986306.

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

Color convert

RGB 194 21 76 -
CMYK 0 0.89 0.61 0.24
HSL 340.92º 0.8% 0.42% -
HSV(B) 340.92º 0.89% 0.76% -
XYZ 23.82 12.53 8 -
YUV 79 126.31 210.03 -
System Red Green Blue C M Y K H S L
Decimal 194 21 76 0 0.89 0.61 0.24 340.92 0.8 0.42
Hex C2 15 4C 0 59 3D 18 155 50 2A
Octal 302 25 114 0 131 75 30 525 120 52
Binary 11000010 10101 1001100 0 1011001 111101 11000 101010101 1010000 101010

Color Harmonies of #C2154C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2154C

Black with #C2154C

Text Example


Text Example

White with #C2154C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2154C; }

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

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

background-color css

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

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

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

border-color css

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

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

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