Html Css Color HEX #C1154C Cardinal

📋 copy color: '#C1154C'

red 193 ◦ green 21 ◦ blue 76

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

Shades of Cardinal #C1154C

Tints of Cardinal #C1154C

RGB

 RED value IS 193 (75.78% from 255) = 66.55%

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

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

R = 66.55%
G = 7.24%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C1154C (or 0xC1154C) is known color: Cardinal. HEX triplet: C1, 15 and 4C. RGB value is (193,21,76). Sum of RGB (Red+Green+Blue) = 193+21+76=290 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.55% from 290); Green value is 21 (8.59% from 255 or 7.24% from 290); Blue value is 76 (30.08% from 255 or 26.21% from 290); Max value from RGB is 193 - color contains mainly: red. Hex color #C1154C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1154C is #3EEAB3. Grayscale: #4E4E4E. Windows color (decimal): -4123316 or 4986305. OLE color: 4986305.

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

Color convert

RGB 193 21 76 -
CMYK 0 0.89 0.61 0.24
HSL 340.81º 0.8% 0.42% -
HSV(B) 340.81º 0.89% 0.76% -
XYZ 23.56 12.4 7.99 -
YUV 78.7 126.48 209.53 -
System Red Green Blue C M Y K H S L
Decimal 193 21 76 0 0.89 0.61 0.24 340.81 0.8 0.42
Hex C1 15 4C 0 59 3D 18 155 50 2A
Octal 301 25 114 0 131 75 30 525 120 52
Binary 11000001 10101 1001100 0 1011001 111101 11000 101010101 1010000 101010

Color Harmonies of #C1154C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1154C

Black with #C1154C

Text Example


Text Example

White with #C1154C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1154C; }

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

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

background-color css

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

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

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

border-color css

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

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

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