Html Css Color HEX #C14453 Mandy

📋 copy color: '#C14453'

red 193 ◦ green 68 ◦ blue 83

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

Shades of Mandy #C14453

Tints of Mandy #C14453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 24.13%

R = 56.1%
G = 19.77%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C14453 (or 0xC14453) is known color: Mandy. HEX triplet: C1, 44 and 53. RGB value is (193,68,83). Sum of RGB (Red+Green+Blue) = 193+68+83=344 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.10% from 344); Green value is 68 (26.95% from 255 or 19.77% from 344); Blue value is 83 (32.81% from 255 or 24.13% from 344); Max value from RGB is 193 - color contains mainly: red. Hex color #C14453 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14453 is #3EBBAC. Grayscale: #6B6B6B. Windows color (decimal): -4111277 or 5457089. OLE color: 5457089.

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

Color convert

RGB 193 68 83 -
CMYK 0 0.65 0.57 0.24
HSL 352.8º 0.5% 0.51% -
HSV(B) 352.8º 0.65% 0.76% -
XYZ 25.62 16.1 9.94 -
YUV 107.09 114.41 189.28 -
System Red Green Blue C M Y K H S L
Decimal 193 68 83 0 0.65 0.57 0.24 352.8 0.5 0.51
Hex C1 44 53 0 41 39 18 161 32 33
Octal 301 104 123 0 101 71 30 541 62 63
Binary 11000001 1000100 1010011 0 1000001 111001 11000 101100001 110010 110011

Color Harmonies of #C14453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14453

Black with #C14453

Text Example


Text Example

White with #C14453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14453; }

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

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

background-color css

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

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

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

border-color css

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

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

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