Html Css Color HEX #C1444C Mandy

📋 copy color: '#C1444C'

red 193 ◦ green 68 ◦ blue 76

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

Shades of Mandy #C1444C

Tints of Mandy #C1444C

RGB

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

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

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

R = 57.27%
G = 20.18%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C1444C (or 0xC1444C) is known color: Mandy. HEX triplet: C1, 44 and 4C. RGB value is (193,68,76). Sum of RGB (Red+Green+Blue) = 193+68+76=337 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.27% from 337); Green value is 68 (26.95% from 255 or 20.18% from 337); Blue value is 76 (30.08% from 255 or 22.55% from 337); Max value from RGB is 193 - color contains mainly: red. Hex color #C1444C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1444C is #3EBBB3. Grayscale: #6A6A6A. Windows color (decimal): -4111284 or 4998337. OLE color: 4998337.

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

Color convert

RGB 193 68 76 -
CMYK 0 0.65 0.61 0.24
HSL 356.16º 0.5% 0.51% -
HSV(B) 356.16º 0.65% 0.76% -
XYZ 25.36 15.99 8.59 -
YUV 106.29 110.91 189.85 -
System Red Green Blue C M Y K H S L
Decimal 193 68 76 0 0.65 0.61 0.24 356.16 0.5 0.51
Hex C1 44 4C 0 41 3D 18 164 32 33
Octal 301 104 114 0 101 75 30 544 62 63
Binary 11000001 1000100 1001100 0 1000001 111101 11000 101100100 110010 110011

Color Harmonies of #C1444C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1444C

Black with #C1444C

Text Example


Text Example

White with #C1444C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1444C; }

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

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

background-color css

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

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

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

border-color css

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

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

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