Html Css Color HEX #C1434E Mandy

📋 copy color: '#C1434E'

red 193 ◦ green 67 ◦ blue 78

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

Shades of Mandy #C1434E

Tints of Mandy #C1434E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.82%

 BLUE value IS 78 (30.86% from 255) = 23.08%

R = 57.1%
G = 19.82%
B = 23.08%

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

#C1434E (or 0xC1434E) is known color: Mandy. HEX triplet: C1, 43 and 4E. RGB value is (193,67,78). Sum of RGB (Red+Green+Blue) = 193+67+78=338 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.10% from 338); Green value is 67 (26.56% from 255 or 19.82% from 338); Blue value is 78 (30.86% from 255 or 23.08% from 338); Max value from RGB is 193 - color contains mainly: red. Hex color #C1434E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1434E is #3EBCB1. Grayscale: #6A6A6A. Windows color (decimal): -4111538 or 5129153. OLE color: 5129153.

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

Color convert

RGB 193 67 78 -
CMYK 0 0.65 0.60 0.24
HSL 354.76º 0.5% 0.51% -
HSV(B) 354.76º 0.65% 0.76% -
XYZ 25.37 15.9 8.94 -
YUV 105.93 112.24 190.11 -
System Red Green Blue C M Y K H S L
Decimal 193 67 78 0 0.65 0.60 0.24 354.76 0.5 0.51
Hex C1 43 4E 0 41 3C 18 163 32 33
Octal 301 103 116 0 101 74 30 543 62 63
Binary 11000001 1000011 1001110 0 1000001 111100 11000 101100011 110010 110011

Color Harmonies of #C1434E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1434E

Black with #C1434E

Text Example


Text Example

White with #C1434E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1434E; }

 p { color: rgb(193,67,78); }

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

background-color css

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

 a { background-color: rgb(193,67,78); }

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

border-color css

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

 span { border-color: rgb(193,67,78); }

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