Html Css Color HEX #C9104A Cardinal

📋 copy color: '#C9104A'

red 201 ◦ green 16 ◦ blue 74

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

Shades of Cardinal #C9104A

Tints of Cardinal #C9104A

RGB

 RED value IS 201 (78.91% from 255) = 69.07%

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

 BLUE value IS 74 (29.3% from 255) = 25.43%

R = 69.07%
G = 5.5%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#C9104A (or 0xC9104A) is known color: Cardinal. HEX triplet: C9, 10 and 4A. RGB value is (201,16,74). Sum of RGB (Red+Green+Blue) = 201+16+74=291 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.07% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 74 (29.30% from 255 or 25.43% from 291); Max value from RGB is 201 - color contains mainly: red. Hex color #C9104A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9104A is #36EFB5. Grayscale: #4D4D4D. Windows color (decimal): -3600310 or 4853961. OLE color: 4853961.

HSL color Cylindrical-coordinate representation of color #C9104A: hue angle of 341.19º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C9104A is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 16 74 -
CMYK 0 0.92 0.63 0.21
HSL 341.19º 0.85% 0.43% -
HSV(B) 341.19º 0.92% 0.79% -
XYZ 25.51 13.28 7.7 -
YUV 77.93 125.79 215.78 -
System Red Green Blue C M Y K H S L
Decimal 201 16 74 0 0.92 0.63 0.21 341.19 0.85 0.43
Hex C9 10 4A 0 5C 3F 15 155 55 2B
Octal 311 20 112 0 134 77 25 525 125 53
Binary 11001001 10000 1001010 0 1011100 111111 10101 101010101 1010101 101011

Color Harmonies of #C9104A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9104A

Black with #C9104A

Text Example


Text Example

White with #C9104A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9104A; }

 p { color: rgb(201,16,74); }

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

background-color css

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

 a { background-color: rgb(201,16,74); }

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

border-color css

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

 span { border-color: rgb(201,16,74); }

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