Html Css Color HEX #C1545C Mandy

📋 copy color: '#C1545C'

red 193 ◦ green 84 ◦ blue 92

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

Shades of Mandy #C1545C

Tints of Mandy #C1545C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.76%

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

R = 52.3%
G = 22.76%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C1545C (or 0xC1545C) is known color: Mandy. HEX triplet: C1, 54 and 5C. RGB value is (193,84,92). Sum of RGB (Red+Green+Blue) = 193+84+92=369 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.30% from 369); Green value is 84 (33.20% from 255 or 22.76% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 193 - color contains mainly: red. Hex color #C1545C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1545C is #3EABA3. Grayscale: #757575. Windows color (decimal): -4107172 or 6051009. OLE color: 6051009.

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

Color convert

RGB 193 84 92 -
CMYK 0 0.56 0.52 0.24
HSL 355.6º 0.47% 0.54% -
HSV(B) 355.6º 0.56% 0.76% -
XYZ 27.09 18.45 12.26 -
YUV 117.5 113.61 181.85 -
System Red Green Blue C M Y K H S L
Decimal 193 84 92 0 0.56 0.52 0.24 355.6 0.47 0.54
Hex C1 54 5C 0 38 34 18 164 2F 36
Octal 301 124 134 0 70 64 30 544 57 66
Binary 11000001 1010100 1011100 0 111000 110100 11000 101100100 101111 110110

Color Harmonies of #C1545C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1545C

Black with #C1545C

Text Example


Text Example

White with #C1545C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1545C; }

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

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

background-color css

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

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

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

border-color css

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

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

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