Html Css Color HEX #C1484D Mandy

📋 copy color: '#C1484D'

red 193 ◦ green 72 ◦ blue 77

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

Shades of Mandy #C1484D

Tints of Mandy #C1484D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.05%

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

R = 56.43%
G = 21.05%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C1484D (or 0xC1484D) is known color: Mandy. HEX triplet: C1, 48 and 4D. RGB value is (193,72,77). Sum of RGB (Red+Green+Blue) = 193+72+77=342 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.43% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 193 - color contains mainly: red. Hex color #C1484D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1484D is #3EB7B2. Grayscale: #6C6C6C. Windows color (decimal): -4110259 or 5064897. OLE color: 5064897.

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

Color convert

RGB 193 72 77 -
CMYK 0 0.63 0.60 0.24
HSL 357.52º 0.49% 0.52% -
HSV(B) 357.52º 0.63% 0.76% -
XYZ 25.65 16.51 8.86 -
YUV 108.75 110.09 188.09 -
System Red Green Blue C M Y K H S L
Decimal 193 72 77 0 0.63 0.60 0.24 357.52 0.49 0.52
Hex C1 48 4D 0 3F 3C 18 166 31 34
Octal 301 110 115 0 77 74 30 546 61 64
Binary 11000001 1001000 1001101 0 111111 111100 11000 101100110 110001 110100

Color Harmonies of #C1484D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1484D

Black with #C1484D

Text Example


Text Example

White with #C1484D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1484D; }

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

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

background-color css

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

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

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

border-color css

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

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

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