Html Css Color HEX #C1465A Mandy

📋 copy color: '#C1465A'

red 193 ◦ green 70 ◦ blue 90

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

Shades of Mandy #C1465A

Tints of Mandy #C1465A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.83%

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

R = 54.67%
G = 19.83%
B = 25.5%

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

#C1465A (or 0xC1465A) is known color: Mandy. HEX triplet: C1, 46 and 5A. RGB value is (193,70,90). Sum of RGB (Red+Green+Blue) = 193+70+90=353 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.67% from 353); Green value is 70 (27.73% from 255 or 19.83% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 193 - color contains mainly: red. Hex color #C1465A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1465A is #3EB9A5. Grayscale: #6D6D6D. Windows color (decimal): -4110758 or 5916353. OLE color: 5916353.

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

Color convert

RGB 193 70 90 -
CMYK 0 0.64 0.53 0.24
HSL 350.24º 0.5% 0.52% -
HSV(B) 350.24º 0.64% 0.76% -
XYZ 26.03 16.46 11.48 -
YUV 109.06 117.25 187.87 -
System Red Green Blue C M Y K H S L
Decimal 193 70 90 0 0.64 0.53 0.24 350.24 0.5 0.52
Hex C1 46 5A 0 40 35 18 15E 32 34
Octal 301 106 132 0 100 65 30 536 62 64
Binary 11000001 1000110 1011010 0 1000000 110101 11000 101011110 110010 110100

Color Harmonies of #C1465A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1465A

Black with #C1465A

Text Example


Text Example

White with #C1465A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1465A; }

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

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

background-color css

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

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

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

border-color css

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

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

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