Html Css Color HEX #C1444D Mandy

📋 copy color: '#C1444D'

red 193 ◦ green 68 ◦ blue 77

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

Shades of Mandy #C1444D

Tints of Mandy #C1444D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.78%

R = 57.1%
G = 20.12%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C1444D (or 0xC1444D) is known color: Mandy. HEX triplet: C1, 44 and 4D. RGB value is (193,68,77). Sum of RGB (Red+Green+Blue) = 193+68+77=338 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.10% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 193 - color contains mainly: red. Hex color #C1444D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1444D is #3EBBB2. Grayscale: #6A6A6A. Windows color (decimal): -4111283 or 5063873. OLE color: 5063873.

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

Color convert

RGB 193 68 77 -
CMYK 0 0.65 0.60 0.24
HSL 355.68º 0.5% 0.51% -
HSV(B) 355.68º 0.65% 0.76% -
XYZ 25.4 16.01 8.77 -
YUV 106.4 111.41 189.77 -
System Red Green Blue C M Y K H S L
Decimal 193 68 77 0 0.65 0.60 0.24 355.68 0.5 0.51
Hex C1 44 4D 0 41 3C 18 164 32 33
Octal 301 104 115 0 101 74 30 544 62 63
Binary 11000001 1000100 1001101 0 1000001 111100 11000 101100100 110010 110011

Color Harmonies of #C1444D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1444D

Black with #C1444D

Text Example


Text Example

White with #C1444D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1444D; }

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

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

background-color css

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

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

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

border-color css

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

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

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