Html Css Color HEX #C8104A Cardinal

📋 copy color: '#C8104A'

red 200 ◦ green 16 ◦ blue 74

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

Shades of Cardinal #C8104A

Tints of Cardinal #C8104A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 25.52%

R = 68.97%
G = 5.52%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C8104A (or 0xC8104A) is known color: Cardinal. HEX triplet: C8, 10 and 4A. RGB value is (200,16,74). Sum of RGB (Red+Green+Blue) = 200+16+74=290 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.97% from 290); Green value is 16 (6.64% from 255 or 5.52% from 290); Blue value is 74 (29.30% from 255 or 25.52% from 290); Max value from RGB is 200 - color contains mainly: red. Hex color #C8104A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8104A is #37EFB5. Grayscale: #4D4D4D. Windows color (decimal): -3665846 or 4853960. OLE color: 4853960.

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

Color convert

RGB 200 16 74 -
CMYK 0 0.92 0.63 0.22
HSL 341.09º 0.85% 0.42% -
HSV(B) 341.09º 0.92% 0.78% -
XYZ 25.24 13.14 7.69 -
YUV 77.63 125.96 215.28 -
System Red Green Blue C M Y K H S L
Decimal 200 16 74 0 0.92 0.63 0.22 341.09 0.85 0.42
Hex C8 10 4A 0 5C 3F 16 155 55 2A
Octal 310 20 112 0 134 77 26 525 125 52
Binary 11001000 10000 1001010 0 1011100 111111 10110 101010101 1010101 101010

Color Harmonies of #C8104A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8104A

Black with #C8104A

Text Example


Text Example

White with #C8104A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8104A; }

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

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

background-color css

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

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

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

border-color css

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

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

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