Html Css Color HEX #C8104C Cardinal

📋 copy color: '#C8104C'

red 200 ◦ green 16 ◦ blue 76

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

Shades of Cardinal #C8104C

Tints of Cardinal #C8104C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 26.03%

R = 68.49%
G = 5.48%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C8104C (or 0xC8104C) is known color: Cardinal. HEX triplet: C8, 10 and 4C. RGB value is (200,16,76). Sum of RGB (Red+Green+Blue) = 200+16+76=292 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.49% from 292); Green value is 16 (6.64% from 255 or 5.48% from 292); Blue value is 76 (30.08% from 255 or 26.03% from 292); Max value from RGB is 200 - color contains mainly: red. Hex color #C8104C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8104C is #37EFB3. Grayscale: #4D4D4D. Windows color (decimal): -3665844 or 4985032. OLE color: 4985032.

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

Color convert

RGB 200 16 76 -
CMYK 0 0.92 0.62 0.22
HSL 340.43º 0.85% 0.42% -
HSV(B) 340.43º 0.92% 0.78% -
XYZ 25.31 13.17 8.05 -
YUV 77.86 126.96 215.12 -
System Red Green Blue C M Y K H S L
Decimal 200 16 76 0 0.92 0.62 0.22 340.43 0.85 0.42
Hex C8 10 4C 0 5C 3E 16 154 55 2A
Octal 310 20 114 0 134 76 26 524 125 52
Binary 11001000 10000 1001100 0 1011100 111110 10110 101010100 1010101 101010

Color Harmonies of #C8104C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8104C

Black with #C8104C

Text Example


Text Example

White with #C8104C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8104C; }

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

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

background-color css

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

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

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

border-color css

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

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

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