Html Css Color HEX #C1485B Mandy

📋 copy color: '#C1485B'

red 193 ◦ green 72 ◦ blue 91

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

Shades of Mandy #C1485B

Tints of Mandy #C1485B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.56%

R = 54.21%
G = 20.22%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C1485B (or 0xC1485B) is known color: Mandy. HEX triplet: C1, 48 and 5B. RGB value is (193,72,91). Sum of RGB (Red+Green+Blue) = 193+72+91=356 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.21% from 356); Green value is 72 (28.52% from 255 or 20.22% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 193 - color contains mainly: red. Hex color #C1485B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1485B is #3EB7A4. Grayscale: #6E6E6E. Windows color (decimal): -4110245 or 5982401. OLE color: 5982401.

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

Color convert

RGB 193 72 91 -
CMYK 0 0.63 0.53 0.24
HSL 350.58º 0.49% 0.52% -
HSV(B) 350.58º 0.63% 0.76% -
XYZ 26.2 16.73 11.75 -
YUV 110.35 117.09 186.96 -
System Red Green Blue C M Y K H S L
Decimal 193 72 91 0 0.63 0.53 0.24 350.58 0.49 0.52
Hex C1 48 5B 0 3F 35 18 15F 31 34
Octal 301 110 133 0 77 65 30 537 61 64
Binary 11000001 1001000 1011011 0 111111 110101 11000 101011111 110001 110100

Color Harmonies of #C1485B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1485B

Black with #C1485B

Text Example


Text Example

White with #C1485B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1485B; }

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

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

background-color css

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

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

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

border-color css

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

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

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