Html Css Color HEX #C8104E Cardinal

📋 copy color: '#C8104E'

red 200 ◦ green 16 ◦ blue 78

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

Shades of Cardinal #C8104E

Tints of Cardinal #C8104E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.44%

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

R = 68.03%
G = 5.44%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C8104E (or 0xC8104E) is known color: Cardinal. HEX triplet: C8, 10 and 4E. RGB value is (200,16,78). Sum of RGB (Red+Green+Blue) = 200+16+78=294 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.03% from 294); Green value is 16 (6.64% from 255 or 5.44% from 294); Blue value is 78 (30.86% from 255 or 26.53% from 294); Max value from RGB is 200 - color contains mainly: red. Hex color #C8104E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8104E is #37EFB1. Grayscale: #4E4E4E. Windows color (decimal): -3665842 or 5116104. OLE color: 5116104.

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

Color convert

RGB 200 16 78 -
CMYK 0 0.92 0.61 0.22
HSL 339.78º 0.85% 0.42% -
HSV(B) 339.78º 0.92% 0.78% -
XYZ 25.38 13.2 8.42 -
YUV 78.08 127.96 214.96 -
System Red Green Blue C M Y K H S L
Decimal 200 16 78 0 0.92 0.61 0.22 339.78 0.85 0.42
Hex C8 10 4E 0 5C 3D 16 154 55 2A
Octal 310 20 116 0 134 75 26 524 125 52
Binary 11001000 10000 1001110 0 1011100 111101 10110 101010100 1010101 101010

Color Harmonies of #C8104E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8104E

Black with #C8104E

Text Example


Text Example

White with #C8104E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8104E; }

 p { color: rgb(200,16,78); }

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

background-color css

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

 a { background-color: rgb(200,16,78); }

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

border-color css

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

 span { border-color: rgb(200,16,78); }

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