Html Css Color HEX #C7184E Cardinal

📋 copy color: '#C7184E'

red 199 ◦ green 24 ◦ blue 78

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

Shades of Cardinal #C7184E

Tints of Cardinal #C7184E

RGB

 RED value IS 199 (78.13% from 255) = 66.11%

 GREEN value IS 24 (9.77% from 255) = 7.97%

 BLUE value IS 78 (30.86% from 255) = 25.91%

R = 66.11%
G = 7.97%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C7184E (or 0xC7184E) is known color: Cardinal. HEX triplet: C7, 18 and 4E. RGB value is (199,24,78). Sum of RGB (Red+Green+Blue) = 199+24+78=301 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.11% from 301); Green value is 24 (9.77% from 255 or 7.97% from 301); Blue value is 78 (30.86% from 255 or 25.91% from 301); Max value from RGB is 199 - color contains mainly: red. Hex color #C7184E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7184E is #38E7B1. Grayscale: #525252. Windows color (decimal): -3729330 or 5118151. OLE color: 5118151.

HSL color Cylindrical-coordinate representation of color #C7184E: hue angle of 341.49º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C7184E is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 24 78 -
CMYK 0 0.88 0.61 0.22
HSL 341.49º 0.78% 0.44% -
HSV(B) 341.49º 0.88% 0.78% -
XYZ 25.25 13.35 8.45 -
YUV 82.48 125.48 211.11 -
System Red Green Blue C M Y K H S L
Decimal 199 24 78 0 0.88 0.61 0.22 341.49 0.78 0.44
Hex C7 18 4E 0 58 3D 16 155 4E 2C
Octal 307 30 116 0 130 75 26 525 116 54
Binary 11000111 11000 1001110 0 1011000 111101 10110 101010101 1001110 101100

Color Harmonies of #C7184E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7184E

Black with #C7184E

Text Example


Text Example

White with #C7184E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7184E; }

 p { color: rgb(199,24,78); }

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

background-color css

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

 a { background-color: rgb(199,24,78); }

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

border-color css

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

 span { border-color: rgb(199,24,78); }

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