Html Css Color HEX #C14D5C Mandy

📋 copy color: '#C14D5C'

red 193 ◦ green 77 ◦ blue 92

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

Shades of Mandy #C14D5C

Tints of Mandy #C14D5C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.27%

 BLUE value IS 92 (36.33% from 255) = 25.41%

R = 53.31%
G = 21.27%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C14D5C (or 0xC14D5C) is known color: Mandy. HEX triplet: C1, 4D and 5C. RGB value is (193,77,92). Sum of RGB (Red+Green+Blue) = 193+77+92=362 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.31% from 362); Green value is 77 (30.47% from 255 or 21.27% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 193 - color contains mainly: red. Hex color #C14D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C14D5C is #3EB2A3. Grayscale: #717171. Windows color (decimal): -4108964 or 6049217. OLE color: 6049217.

HSL color Cylindrical-coordinate representation of color #C14D5C: hue angle of 352.24º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C14D5C is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 77 92 -
CMYK 0 0.60 0.52 0.24
HSL 352.24º 0.48% 0.53% -
HSV(B) 352.24º 0.6% 0.76% -
XYZ 26.58 17.42 12.09 -
YUV 113.39 115.93 184.78 -
System Red Green Blue C M Y K H S L
Decimal 193 77 92 0 0.60 0.52 0.24 352.24 0.48 0.53
Hex C1 4D 5C 0 3C 34 18 160 30 35
Octal 301 115 134 0 74 64 30 540 60 65
Binary 11000001 1001101 1011100 0 111100 110100 11000 101100000 110000 110101

Color Harmonies of #C14D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14D5C

Black with #C14D5C

Text Example


Text Example

White with #C14D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14D5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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