Html Css Color HEX #C7104F Cardinal

📋 copy color: '#C7104F'

red 199 ◦ green 16 ◦ blue 79

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

Shades of Cardinal #C7104F

Tints of Cardinal #C7104F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 26.87%

R = 67.69%
G = 5.44%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C7104F (or 0xC7104F) is known color: Cardinal. HEX triplet: C7, 10 and 4F. RGB value is (199,16,79). Sum of RGB (Red+Green+Blue) = 199+16+79=294 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.69% from 294); Green value is 16 (6.64% from 255 or 5.44% from 294); Blue value is 79 (31.25% from 255 or 26.87% from 294); Max value from RGB is 199 - color contains mainly: red. Hex color #C7104F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7104F is #38EFB0. Grayscale: #4D4D4D. Windows color (decimal): -3731377 or 5181639. OLE color: 5181639.

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

Color convert

RGB 199 16 79 -
CMYK 0 0.92 0.60 0.22
HSL 339.34º 0.85% 0.42% -
HSV(B) 339.34º 0.92% 0.78% -
XYZ 25.15 13.08 8.6 -
YUV 77.9 128.63 214.38 -
System Red Green Blue C M Y K H S L
Decimal 199 16 79 0 0.92 0.60 0.22 339.34 0.85 0.42
Hex C7 10 4F 0 5C 3C 16 153 55 2A
Octal 307 20 117 0 134 74 26 523 125 52
Binary 11000111 10000 1001111 0 1011100 111100 10110 101010011 1010101 101010

Color Harmonies of #C7104F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7104F

Black with #C7104F

Text Example


Text Example

White with #C7104F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7104F; }

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

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

background-color css

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

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

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

border-color css

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

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

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