Html Css Color HEX #C1444F Mandy

📋 copy color: '#C1444F'

red 193 ◦ green 68 ◦ blue 79

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

Shades of Mandy #C1444F

Tints of Mandy #C1444F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.24%

R = 56.76%
G = 20%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C1444F (or 0xC1444F) is known color: Mandy. HEX triplet: C1, 44 and 4F. RGB value is (193,68,79). Sum of RGB (Red+Green+Blue) = 193+68+79=340 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.76% from 340); Green value is 68 (26.95% from 255 or 20% from 340); Blue value is 79 (31.25% from 255 or 23.24% from 340); Max value from RGB is 193 - color contains mainly: red. Hex color #C1444F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1444F is #3EBBB0. Grayscale: #6A6A6A. Windows color (decimal): -4111281 or 5194945. OLE color: 5194945.

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

Color convert

RGB 193 68 79 -
CMYK 0 0.65 0.59 0.24
HSL 354.72º 0.5% 0.51% -
HSV(B) 354.72º 0.65% 0.76% -
XYZ 25.47 16.04 9.15 -
YUV 106.63 112.41 189.61 -
System Red Green Blue C M Y K H S L
Decimal 193 68 79 0 0.65 0.59 0.24 354.72 0.5 0.51
Hex C1 44 4F 0 41 3B 18 163 32 33
Octal 301 104 117 0 101 73 30 543 62 63
Binary 11000001 1000100 1001111 0 1000001 111011 11000 101100011 110010 110011

Color Harmonies of #C1444F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1444F

Black with #C1444F

Text Example


Text Example

White with #C1444F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1444F; }

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

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

background-color css

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

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

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

border-color css

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

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

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