Html Css Color HEX #C14555 Mandy

📋 copy color: '#C14555'

red 193 ◦ green 69 ◦ blue 85

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

Shades of Mandy #C14555

Tints of Mandy #C14555

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.88%

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

R = 55.62%
G = 19.88%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C14555 (or 0xC14555) is known color: Mandy. HEX triplet: C1, 45 and 55. RGB value is (193,69,85). Sum of RGB (Red+Green+Blue) = 193+69+85=347 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.62% from 347); Green value is 69 (27.34% from 255 or 19.88% from 347); Blue value is 85 (33.59% from 255 or 24.50% from 347); Max value from RGB is 193 - color contains mainly: red. Hex color #C14555 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14555 is #3EBAAA. Grayscale: #6B6B6B. Windows color (decimal): -4111019 or 5588417. OLE color: 5588417.

HSL color Cylindrical-coordinate representation of color #C14555: hue angle of 352.26º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C14555 is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 69 85 -
CMYK 0 0.64 0.56 0.24
HSL 352.26º 0.5% 0.51% -
HSV(B) 352.26º 0.64% 0.76% -
XYZ 25.76 16.25 10.37 -
YUV 107.9 115.08 188.7 -
System Red Green Blue C M Y K H S L
Decimal 193 69 85 0 0.64 0.56 0.24 352.26 0.5 0.51
Hex C1 45 55 0 40 38 18 160 32 33
Octal 301 105 125 0 100 70 30 540 62 63
Binary 11000001 1000101 1010101 0 1000000 111000 11000 101100000 110010 110011

Color Harmonies of #C14555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14555

Black with #C14555

Text Example


Text Example

White with #C14555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14555; }

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

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

background-color css

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

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

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

border-color css

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

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

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