Html Css Color HEX #C9164E Cardinal

📋 copy color: '#C9164E'

red 201 ◦ green 22 ◦ blue 78

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

Shades of Cardinal #C9164E

Tints of Cardinal #C9164E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.31%

 BLUE value IS 78 (30.86% from 255) = 25.91%

R = 66.78%
G = 7.31%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#C9164E (or 0xC9164E) is known color: Cardinal. HEX triplet: C9, 16 and 4E. RGB value is (201,22,78). Sum of RGB (Red+Green+Blue) = 201+22+78=301 (39% of max value = 765). Red value is 201 (78.91% from 255 or 66.78% from 301); Green value is 22 (8.98% from 255 or 7.31% from 301); Blue value is 78 (30.86% from 255 or 25.91% from 301); Max value from RGB is 201 - color contains mainly: red. Hex color #C9164E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9164E is #36E9B1. Grayscale: #515151. Windows color (decimal): -3598770 or 5117641. OLE color: 5117641.

HSL color Cylindrical-coordinate representation of color #C9164E: hue angle of 341.23º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C9164E is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 22 78 -
CMYK 0 0.89 0.61 0.21
HSL 341.23º 0.8% 0.44% -
HSV(B) 341.23º 0.89% 0.79% -
XYZ 25.75 13.54 8.46 -
YUV 81.91 125.8 212.95 -
System Red Green Blue C M Y K H S L
Decimal 201 22 78 0 0.89 0.61 0.21 341.23 0.8 0.44
Hex C9 16 4E 0 59 3D 15 155 50 2C
Octal 311 26 116 0 131 75 25 525 120 54
Binary 11001001 10110 1001110 0 1011001 111101 10101 101010101 1010000 101100

Color Harmonies of #C9164E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9164E

Black with #C9164E

Text Example


Text Example

White with #C9164E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9164E; }

 p { color: rgb(201,22,78); }

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

background-color css

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

 a { background-color: rgb(201,22,78); }

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

border-color css

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

 span { border-color: rgb(201,22,78); }

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