Html Css Color HEX #C7104D Cardinal

📋 copy color: '#C7104D'

red 199 ◦ green 16 ◦ blue 77

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

Shades of Cardinal #C7104D

Tints of Cardinal #C7104D

RGB

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

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

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

R = 68.15%
G = 5.48%
B = 26.37%

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

#C7104D (or 0xC7104D) is known color: Cardinal. HEX triplet: C7, 10 and 4D. RGB value is (199,16,77). Sum of RGB (Red+Green+Blue) = 199+16+77=292 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.15% from 292); Green value is 16 (6.64% from 255 or 5.48% from 292); Blue value is 77 (30.47% from 255 or 26.37% from 292); Max value from RGB is 199 - color contains mainly: red. Hex color #C7104D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7104D is #38EFB2. Grayscale: #4D4D4D. Windows color (decimal): -3731379 or 5050567. OLE color: 5050567.

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

Color convert

RGB 199 16 77 -
CMYK 0 0.92 0.61 0.22
HSL 340º 0.85% 0.42% -
HSV(B) 340º 0.92% 0.78% -
XYZ 25.08 13.05 8.22 -
YUV 77.67 127.63 214.54 -
System Red Green Blue C M Y K H S L
Decimal 199 16 77 0 0.92 0.61 0.22 340 0.85 0.42
Hex C7 10 4D 0 5C 3D 16 154 55 2A
Octal 307 20 115 0 134 75 26 524 125 52
Binary 11000111 10000 1001101 0 1011100 111101 10110 101010100 1010101 101010

Color Harmonies of #C7104D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7104D

Black with #C7104D

Text Example


Text Example

White with #C7104D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7104D; }

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

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

background-color css

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

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

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

border-color css

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

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

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