Html Css Color HEX #C14C5C Mandy

📋 copy color: '#C14C5C'

red 193 ◦ green 76 ◦ blue 92

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

Shades of Mandy #C14C5C

Tints of Mandy #C14C5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.48%

R = 53.46%
G = 21.05%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C14C5C (or 0xC14C5C) is known color: Mandy. HEX triplet: C1, 4C and 5C. RGB value is (193,76,92). Sum of RGB (Red+Green+Blue) = 193+76+92=361 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.46% from 361); Green value is 76 (30.08% from 255 or 21.05% from 361); Blue value is 92 (36.33% from 255 or 25.48% from 361); Max value from RGB is 193 - color contains mainly: red. Hex color #C14C5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14C5C is #3EB3A3. Grayscale: #707070. Windows color (decimal): -4109220 or 6048961. OLE color: 6048961.

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

Color convert

RGB 193 76 92 -
CMYK 0 0.61 0.52 0.24
HSL 351.79º 0.49% 0.53% -
HSV(B) 351.79º 0.61% 0.76% -
XYZ 26.51 17.28 12.06 -
YUV 112.81 116.26 185.2 -
System Red Green Blue C M Y K H S L
Decimal 193 76 92 0 0.61 0.52 0.24 351.79 0.49 0.53
Hex C1 4C 5C 0 3D 34 18 160 31 35
Octal 301 114 134 0 75 64 30 540 61 65
Binary 11000001 1001100 1011100 0 111101 110100 11000 101100000 110001 110101

Color Harmonies of #C14C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14C5C

Black with #C14C5C

Text Example


Text Example

White with #C14C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14C5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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