Html Css Color HEX #C2174D Cardinal

📋 copy color: '#C2174D'

red 194 ◦ green 23 ◦ blue 77

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

Shades of Cardinal #C2174D

Tints of Cardinal #C2174D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.82%

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

R = 65.99%
G = 7.82%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C2174D (or 0xC2174D) is known color: Cardinal. HEX triplet: C2, 17 and 4D. RGB value is (194,23,77). Sum of RGB (Red+Green+Blue) = 194+23+77=294 (38% of max value = 765). Red value is 194 (76.17% from 255 or 65.99% from 294); Green value is 23 (9.38% from 255 or 7.82% from 294); Blue value is 77 (30.47% from 255 or 26.19% from 294); Max value from RGB is 194 - color contains mainly: red. Hex color #C2174D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2174D is #3DE8B2. Grayscale: #505050. Windows color (decimal): -4057267 or 5052354. OLE color: 5052354.

HSL color Cylindrical-coordinate representation of color #C2174D: hue angle of 341.05º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C2174D is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 23 77 -
CMYK 0 0.88 0.60 0.24
HSL 341.05º 0.79% 0.43% -
HSV(B) 341.05º 0.88% 0.76% -
XYZ 23.89 12.62 8.2 -
YUV 80.29 126.15 209.11 -
System Red Green Blue C M Y K H S L
Decimal 194 23 77 0 0.88 0.60 0.24 341.05 0.79 0.43
Hex C2 17 4D 0 58 3C 18 155 4F 2B
Octal 302 27 115 0 130 74 30 525 117 53
Binary 11000010 10111 1001101 0 1011000 111100 11000 101010101 1001111 101011

Color Harmonies of #C2174D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2174D

Black with #C2174D

Text Example


Text Example

White with #C2174D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2174D; }

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

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

background-color css

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

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

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

border-color css

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

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

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