Html Css Color HEX #C14C4D Mandy

📋 copy color: '#C14C4D'

red 193 ◦ green 76 ◦ blue 77

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

Shades of Mandy #C14C4D

Tints of Mandy #C14C4D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.97%

 BLUE value IS 77 (30.47% from 255) = 22.25%

R = 55.78%
G = 21.97%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C14C4D (or 0xC14C4D) is known color: Mandy. HEX triplet: C1, 4C and 4D. RGB value is (193,76,77). Sum of RGB (Red+Green+Blue) = 193+76+77=346 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.78% from 346); Green value is 76 (30.08% from 255 or 21.97% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 193 - color contains mainly: red. Hex color #C14C4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14C4D is #3EB3B2. Grayscale: #6F6F6F. Windows color (decimal): -4109235 or 5065921. OLE color: 5065921.

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

Color convert

RGB 193 76 77 -
CMYK 0 0.61 0.60 0.24
HSL 359.49º 0.49% 0.53% -
HSV(B) 359.49º 0.61% 0.76% -
XYZ 25.92 17.04 8.94 -
YUV 111.1 108.76 186.42 -
System Red Green Blue C M Y K H S L
Decimal 193 76 77 0 0.61 0.60 0.24 359.49 0.49 0.53
Hex C1 4C 4D 0 3D 3C 18 167 31 35
Octal 301 114 115 0 75 74 30 547 61 65
Binary 11000001 1001100 1001101 0 111101 111100 11000 101100111 110001 110101

Color Harmonies of #C14C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14C4D

Black with #C14C4D

Text Example


Text Example

White with #C14C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14C4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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