Html Css Color HEX #C7104C Cardinal

📋 copy color: '#C7104C'

red 199 ◦ green 16 ◦ blue 76

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

Shades of Cardinal #C7104C

Tints of Cardinal #C7104C

RGB

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

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

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

R = 68.38%
G = 5.5%
B = 26.12%

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

#C7104C (or 0xC7104C) is known color: Cardinal. HEX triplet: C7, 10 and 4C. RGB value is (199,16,76). Sum of RGB (Red+Green+Blue) = 199+16+76=291 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.38% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 76 (30.08% from 255 or 26.12% from 291); Max value from RGB is 199 - color contains mainly: red. Hex color #C7104C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7104C is #38EFB3. Grayscale: #4D4D4D. Windows color (decimal): -3731380 or 4985031. OLE color: 4985031.

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

Color convert

RGB 199 16 76 -
CMYK 0 0.92 0.62 0.22
HSL 340.33º 0.85% 0.42% -
HSV(B) 340.33º 0.92% 0.78% -
XYZ 25.04 13.03 8.03 -
YUV 77.56 127.13 214.62 -
System Red Green Blue C M Y K H S L
Decimal 199 16 76 0 0.92 0.62 0.22 340.33 0.85 0.42
Hex C7 10 4C 0 5C 3E 16 154 55 2A
Octal 307 20 114 0 134 76 26 524 125 52
Binary 11000111 10000 1001100 0 1011100 111110 10110 101010100 1010101 101010

Color Harmonies of #C7104C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7104C

Black with #C7104C

Text Example


Text Example

White with #C7104C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7104C; }

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

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

background-color css

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

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

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

border-color css

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

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

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