Html Css Color HEX #C1455A Mandy

📋 copy color: '#C1455A'

red 193 ◦ green 69 ◦ blue 90

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

Shades of Mandy #C1455A

Tints of Mandy #C1455A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.6%

 BLUE value IS 90 (35.55% from 255) = 25.57%

R = 54.83%
G = 19.6%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C1455A (or 0xC1455A) is known color: Mandy. HEX triplet: C1, 45 and 5A. RGB value is (193,69,90). Sum of RGB (Red+Green+Blue) = 193+69+90=352 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.83% from 352); Green value is 69 (27.34% from 255 or 19.60% from 352); Blue value is 90 (35.55% from 255 or 25.57% from 352); Max value from RGB is 193 - color contains mainly: red. Hex color #C1455A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1455A is #3EBAA5. Grayscale: #6C6C6C. Windows color (decimal): -4111014 or 5916097. OLE color: 5916097.

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

Color convert

RGB 193 69 90 -
CMYK 0 0.64 0.53 0.24
HSL 349.84º 0.5% 0.51% -
HSV(B) 349.84º 0.64% 0.76% -
XYZ 25.97 16.33 11.46 -
YUV 108.47 117.58 188.29 -
System Red Green Blue C M Y K H S L
Decimal 193 69 90 0 0.64 0.53 0.24 349.84 0.5 0.51
Hex C1 45 5A 0 40 35 18 15E 32 33
Octal 301 105 132 0 100 65 30 536 62 63
Binary 11000001 1000101 1011010 0 1000000 110101 11000 101011110 110010 110011

Color Harmonies of #C1455A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1455A

Black with #C1455A

Text Example


Text Example

White with #C1455A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1455A; }

 p { color: rgb(193,69,90); }

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

background-color css

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

 a { background-color: rgb(193,69,90); }

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

border-color css

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

 span { border-color: rgb(193,69,90); }

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