Html Css Color HEX #C1445B Mandy

📋 copy color: '#C1445B'

red 193 ◦ green 68 ◦ blue 91

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

Shades of Mandy #C1445B

Tints of Mandy #C1445B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.32%

 BLUE value IS 91 (35.94% from 255) = 25.85%

R = 54.83%
G = 19.32%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C1445B (or 0xC1445B) is known color: Mandy. HEX triplet: C1, 44 and 5B. RGB value is (193,68,91). Sum of RGB (Red+Green+Blue) = 193+68+91=352 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.83% from 352); Green value is 68 (26.95% from 255 or 19.32% from 352); Blue value is 91 (35.94% from 255 or 25.85% from 352); Max value from RGB is 193 - color contains mainly: red. Hex color #C1445B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1445B is #3EBBA4. Grayscale: #6C6C6C. Windows color (decimal): -4111269 or 5981377. OLE color: 5981377.

HSL color Cylindrical-coordinate representation of color #C1445B: hue angle of 348.96º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C1445B is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 68 91 -
CMYK 0 0.65 0.53 0.24
HSL 348.96º 0.5% 0.51% -
HSV(B) 348.96º 0.65% 0.76% -
XYZ 25.95 16.23 11.66 -
YUV 108 118.41 188.63 -
System Red Green Blue C M Y K H S L
Decimal 193 68 91 0 0.65 0.53 0.24 348.96 0.5 0.51
Hex C1 44 5B 0 41 35 18 15D 32 33
Octal 301 104 133 0 101 65 30 535 62 63
Binary 11000001 1000100 1011011 0 1000001 110101 11000 101011101 110010 110011

Color Harmonies of #C1445B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1445B

Black with #C1445B

Text Example


Text Example

White with #C1445B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1445B; }

 p { color: rgb(193,68,91); }

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

background-color css

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

 a { background-color: rgb(193,68,91); }

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

border-color css

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

 span { border-color: rgb(193,68,91); }

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