Html Css Color HEX #C14355 Mandy

📋 copy color: '#C14355'

red 193 ◦ green 67 ◦ blue 85

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

Shades of Mandy #C14355

Tints of Mandy #C14355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 24.64%

R = 55.94%
G = 19.42%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C14355 (or 0xC14355) is known color: Mandy. HEX triplet: C1, 43 and 55. RGB value is (193,67,85). Sum of RGB (Red+Green+Blue) = 193+67+85=345 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.94% from 345); Green value is 67 (26.56% from 255 or 19.42% from 345); Blue value is 85 (33.59% from 255 or 24.64% from 345); Max value from RGB is 193 - color contains mainly: red. Hex color #C14355 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14355 is #3EBCAA. Grayscale: #6A6A6A. Windows color (decimal): -4111531 or 5587905. OLE color: 5587905.

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

Color convert

RGB 193 67 85 -
CMYK 0 0.65 0.56 0.24
HSL 351.43º 0.5% 0.51% -
HSV(B) 351.43º 0.65% 0.76% -
XYZ 25.64 16.01 10.33 -
YUV 106.73 115.74 189.54 -
System Red Green Blue C M Y K H S L
Decimal 193 67 85 0 0.65 0.56 0.24 351.43 0.5 0.51
Hex C1 43 55 0 41 38 18 15F 32 33
Octal 301 103 125 0 101 70 30 537 62 63
Binary 11000001 1000011 1010101 0 1000001 111000 11000 101011111 110010 110011

Color Harmonies of #C14355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14355

Black with #C14355

Text Example


Text Example

White with #C14355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14355; }

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

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

background-color css

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

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

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

border-color css

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

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

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