Html Css Color HEX #C7104B Cardinal

📋 copy color: '#C7104B'

red 199 ◦ green 16 ◦ blue 75

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

Shades of Cardinal #C7104B

Tints of Cardinal #C7104B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.86%

R = 68.62%
G = 5.52%
B = 25.86%

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

#C7104B (or 0xC7104B) is known color: Cardinal. HEX triplet: C7, 10 and 4B. RGB value is (199,16,75). Sum of RGB (Red+Green+Blue) = 199+16+75=290 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.62% from 290); Green value is 16 (6.64% from 255 or 5.52% from 290); Blue value is 75 (29.69% from 255 or 25.86% from 290); Max value from RGB is 199 - color contains mainly: red. Hex color #C7104B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7104B is #38EFB4. Grayscale: #4D4D4D. Windows color (decimal): -3731381 or 4919495. OLE color: 4919495.

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

Color convert

RGB 199 16 75 -
CMYK 0 0.92 0.62 0.22
HSL 340.66º 0.85% 0.42% -
HSV(B) 340.66º 0.92% 0.78% -
XYZ 25.01 13.02 7.85 -
YUV 77.44 126.63 214.7 -
System Red Green Blue C M Y K H S L
Decimal 199 16 75 0 0.92 0.62 0.22 340.66 0.85 0.42
Hex C7 10 4B 0 5C 3E 16 155 55 2A
Octal 307 20 113 0 134 76 26 525 125 52
Binary 11000111 10000 1001011 0 1011100 111110 10110 101010101 1010101 101010

Color Harmonies of #C7104B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7104B

Black with #C7104B

Text Example


Text Example

White with #C7104B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7104B; }

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

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

background-color css

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

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

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

border-color css

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

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

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