Html Css Color HEX #C8194D Cardinal

📋 copy color: '#C8194D'

red 200 ◦ green 25 ◦ blue 77

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

Shades of Cardinal #C8194D

Tints of Cardinal #C8194D

RGB

 RED value IS 200 (78.52% from 255) = 66.23%

 GREEN value IS 25 (10.16% from 255) = 8.28%

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

R = 66.23%
G = 8.28%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C8194D (or 0xC8194D) is known color: Cardinal. HEX triplet: C8, 19 and 4D. RGB value is (200,25,77). Sum of RGB (Red+Green+Blue) = 200+25+77=302 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.23% from 302); Green value is 25 (10.16% from 255 or 8.28% from 302); Blue value is 77 (30.47% from 255 or 25.50% from 302); Max value from RGB is 200 - color contains mainly: red. Hex color #C8194D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8194D is #37E6B2. Grayscale: #535353. Windows color (decimal): -3663539 or 5052872. OLE color: 5052872.

HSL color Cylindrical-coordinate representation of color #C8194D: hue angle of 342.17º 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 #C8194D is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 25 77 -
CMYK 0 0.88 0.62 0.22
HSL 342.17º 0.78% 0.44% -
HSV(B) 342.17º 0.88% 0.78% -
XYZ 25.51 13.51 8.28 -
YUV 83.25 124.48 211.27 -
System Red Green Blue C M Y K H S L
Decimal 200 25 77 0 0.88 0.62 0.22 342.17 0.78 0.44
Hex C8 19 4D 0 58 3E 16 156 4E 2C
Octal 310 31 115 0 130 76 26 526 116 54
Binary 11001000 11001 1001101 0 1011000 111110 10110 101010110 1001110 101100

Color Harmonies of #C8194D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8194D

Black with #C8194D

Text Example


Text Example

White with #C8194D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8194D; }

 p { color: rgb(200,25,77); }

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

background-color css

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

 a { background-color: rgb(200,25,77); }

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

border-color css

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

 span { border-color: rgb(200,25,77); }

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