Html Css Color HEX #C9154C Cardinal

📋 copy color: '#C9154C'

red 201 ◦ green 21 ◦ blue 76

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

Shades of Cardinal #C9154C

Tints of Cardinal #C9154C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.05%

 BLUE value IS 76 (30.08% from 255) = 25.5%

R = 67.45%
G = 7.05%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#C9154C (or 0xC9154C) is known color: Cardinal. HEX triplet: C9, 15 and 4C. RGB value is (201,21,76). Sum of RGB (Red+Green+Blue) = 201+21+76=298 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.45% from 298); Green value is 21 (8.59% from 255 or 7.05% from 298); Blue value is 76 (30.08% from 255 or 25.50% from 298); Max value from RGB is 201 - color contains mainly: red. Hex color #C9154C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9154C is #36EAB3. Grayscale: #515151. Windows color (decimal): -3599028 or 4986313. OLE color: 4986313.

HSL color Cylindrical-coordinate representation of color #C9154C: hue angle of 341.67º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C9154C is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 21 76 -
CMYK 0 0.90 0.62 0.21
HSL 341.67º 0.81% 0.44% -
HSV(B) 341.67º 0.9% 0.79% -
XYZ 25.66 13.48 8.09 -
YUV 81.09 125.13 213.53 -
System Red Green Blue C M Y K H S L
Decimal 201 21 76 0 0.90 0.62 0.21 341.67 0.81 0.44
Hex C9 15 4C 0 5A 3E 15 156 51 2C
Octal 311 25 114 0 132 76 25 526 121 54
Binary 11001001 10101 1001100 0 1011010 111110 10101 101010110 1010001 101100

Color Harmonies of #C9154C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9154C

Black with #C9154C

Text Example


Text Example

White with #C9154C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9154C; }

 p { color: rgb(201,21,76); }

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

background-color css

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

 a { background-color: rgb(201,21,76); }

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

border-color css

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

 span { border-color: rgb(201,21,76); }

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