Html Css Color HEX #C0154A Cardinal

📋 copy color: '#C0154A'

red 192 ◦ green 21 ◦ blue 74

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

Shades of Cardinal #C0154A

Tints of Cardinal #C0154A

RGB

 RED value IS 192 (75.39% from 255) = 66.9%

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

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

R = 66.9%
G = 7.32%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C0154A (or 0xC0154A) is known color: Cardinal. HEX triplet: C0, 15 and 4A. RGB value is (192,21,74). Sum of RGB (Red+Green+Blue) = 192+21+74=287 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.90% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 74 (29.30% from 255 or 25.78% from 287); Max value from RGB is 192 - color contains mainly: red. Hex color #C0154A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0154A is #3FEAB5. Grayscale: #4E4E4E. Windows color (decimal): -4188854 or 4855232. OLE color: 4855232.

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

Color convert

RGB 192 21 74 -
CMYK 0 0.89 0.61 0.25
HSL 341.4º 0.8% 0.42% -
HSV(B) 341.4º 0.89% 0.75% -
XYZ 23.24 12.24 7.62 -
YUV 78.17 125.65 209.19 -
System Red Green Blue C M Y K H S L
Decimal 192 21 74 0 0.89 0.61 0.25 341.4 0.8 0.42
Hex C0 15 4A 0 59 3D 19 155 50 2A
Octal 300 25 112 0 131 75 31 525 120 52
Binary 11000000 10101 1001010 0 1011001 111101 11001 101010101 1010000 101010

Color Harmonies of #C0154A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0154A

Black with #C0154A

Text Example


Text Example

White with #C0154A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0154A; }

 p { color: rgb(192,21,74); }

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

background-color css

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

 a { background-color: rgb(192,21,74); }

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

border-color css

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

 span { border-color: rgb(192,21,74); }

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