Html Css Color HEX #C9104D Cardinal

📋 copy color: '#C9104D'

red 201 ◦ green 16 ◦ blue 77

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

Shades of Cardinal #C9104D

Tints of Cardinal #C9104D

RGB

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

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

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

R = 68.37%
G = 5.44%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#C9104D (or 0xC9104D) is known color: Cardinal. HEX triplet: C9, 10 and 4D. RGB value is (201,16,77). Sum of RGB (Red+Green+Blue) = 201+16+77=294 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.37% from 294); Green value is 16 (6.64% from 255 or 5.44% from 294); Blue value is 77 (30.47% from 255 or 26.19% from 294); Max value from RGB is 201 - color contains mainly: red. Hex color #C9104D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9104D is #36EFB2. Grayscale: #4E4E4E. Windows color (decimal): -3600307 or 5050569. OLE color: 5050569.

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

Color convert

RGB 201 16 77 -
CMYK 0 0.92 0.62 0.21
HSL 340.22º 0.85% 0.43% -
HSV(B) 340.22º 0.92% 0.79% -
XYZ 25.61 13.32 8.24 -
YUV 78.27 127.29 215.54 -
System Red Green Blue C M Y K H S L
Decimal 201 16 77 0 0.92 0.62 0.21 340.22 0.85 0.43
Hex C9 10 4D 0 5C 3E 15 154 55 2B
Octal 311 20 115 0 134 76 25 524 125 53
Binary 11001001 10000 1001101 0 1011100 111110 10101 101010100 1010101 101011

Color Harmonies of #C9104D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9104D

Black with #C9104D

Text Example


Text Example

White with #C9104D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9104D; }

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

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

background-color css

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

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

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

border-color css

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

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

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