Html Css Color HEX #C14650 Mandy

📋 copy color: '#C14650'

red 193 ◦ green 70 ◦ blue 80

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

Shades of Mandy #C14650

Tints of Mandy #C14650

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.41%

 BLUE value IS 80 (31.64% from 255) = 23.32%

R = 56.27%
G = 20.41%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C14650 (or 0xC14650) is known color: Mandy. HEX triplet: C1, 46 and 50. RGB value is (193,70,80). Sum of RGB (Red+Green+Blue) = 193+70+80=343 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.27% from 343); Green value is 70 (27.73% from 255 or 20.41% from 343); Blue value is 80 (31.64% from 255 or 23.32% from 343); Max value from RGB is 193 - color contains mainly: red. Hex color #C14650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14650 is #3EB9AF. Grayscale: #6B6B6B. Windows color (decimal): -4110768 or 5260993. OLE color: 5260993.

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

Color convert

RGB 193 70 80 -
CMYK 0 0.64 0.59 0.24
HSL 355.12º 0.5% 0.52% -
HSV(B) 355.12º 0.64% 0.76% -
XYZ 25.63 16.3 9.38 -
YUV 107.92 112.25 188.69 -
System Red Green Blue C M Y K H S L
Decimal 193 70 80 0 0.64 0.59 0.24 355.12 0.5 0.52
Hex C1 46 50 0 40 3B 18 163 32 34
Octal 301 106 120 0 100 73 30 543 62 64
Binary 11000001 1000110 1010000 0 1000000 111011 11000 101100011 110010 110100

Color Harmonies of #C14650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14650

Black with #C14650

Text Example


Text Example

White with #C14650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14650; }

 p { color: rgb(193,70,80); }

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

background-color css

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

 a { background-color: rgb(193,70,80); }

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

border-color css

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

 span { border-color: rgb(193,70,80); }

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