Html Css Color HEX #C2164D Cardinal

📋 copy color: '#C2164D'

red 194 ◦ green 22 ◦ blue 77

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

Shades of Cardinal #C2164D

Tints of Cardinal #C2164D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 26.28%

R = 66.21%
G = 7.51%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C2164D (or 0xC2164D) is known color: Cardinal. HEX triplet: C2, 16 and 4D. RGB value is (194,22,77). Sum of RGB (Red+Green+Blue) = 194+22+77=293 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.21% from 293); Green value is 22 (8.98% from 255 or 7.51% from 293); Blue value is 77 (30.47% from 255 or 26.28% from 293); Max value from RGB is 194 - color contains mainly: red. Hex color #C2164D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2164D is #3DE9B2. Grayscale: #4F4F4F. Windows color (decimal): -4057523 or 5052098. OLE color: 5052098.

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

Color convert

RGB 194 22 77 -
CMYK 0 0.89 0.60 0.24
HSL 340.81º 0.8% 0.42% -
HSV(B) 340.81º 0.89% 0.76% -
XYZ 23.87 12.58 8.19 -
YUV 79.7 126.48 209.53 -
System Red Green Blue C M Y K H S L
Decimal 194 22 77 0 0.89 0.60 0.24 340.81 0.8 0.42
Hex C2 16 4D 0 59 3C 18 155 50 2A
Octal 302 26 115 0 131 74 30 525 120 52
Binary 11000010 10110 1001101 0 1011001 111100 11000 101010101 1010000 101010

Color Harmonies of #C2164D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2164D

Black with #C2164D

Text Example


Text Example

White with #C2164D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2164D; }

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

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

background-color css

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

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

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

border-color css

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

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

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