Html Css Color HEX #C9164F Cardinal

📋 copy color: '#C9164F'

red 201 ◦ green 22 ◦ blue 79

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

Shades of Cardinal #C9164F

Tints of Cardinal #C9164F

RGB

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

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

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

R = 66.56%
G = 7.28%
B = 26.16%

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

#C9164F (or 0xC9164F) is known color: Cardinal. HEX triplet: C9, 16 and 4F. RGB value is (201,22,79). Sum of RGB (Red+Green+Blue) = 201+22+79=302 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.56% from 302); Green value is 22 (8.98% from 255 or 7.28% from 302); Blue value is 79 (31.25% from 255 or 26.16% from 302); Max value from RGB is 201 - color contains mainly: red. Hex color #C9164F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9164F is #36E9B0. Grayscale: #515151. Windows color (decimal): -3598769 or 5183177. OLE color: 5183177.

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

Color convert

RGB 201 22 79 -
CMYK 0 0.89 0.61 0.21
HSL 340.89º 0.8% 0.44% -
HSV(B) 340.89º 0.89% 0.79% -
XYZ 25.79 13.56 8.65 -
YUV 82.02 126.3 212.87 -
System Red Green Blue C M Y K H S L
Decimal 201 22 79 0 0.89 0.61 0.21 340.89 0.8 0.44
Hex C9 16 4F 0 59 3D 15 155 50 2C
Octal 311 26 117 0 131 75 25 525 120 54
Binary 11001001 10110 1001111 0 1011001 111101 10101 101010101 1010000 101100

Color Harmonies of #C9164F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9164F

Black with #C9164F

Text Example


Text Example

White with #C9164F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9164F; }

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

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

background-color css

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

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

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

border-color css

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

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

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