Html Css Color HEX #C1465B Mandy

📋 copy color: '#C1465B'

red 193 ◦ green 70 ◦ blue 91

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

Shades of Mandy #C1465B

Tints of Mandy #C1465B

RGB

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

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

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

R = 54.52%
G = 19.77%
B = 25.71%

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

#C1465B (or 0xC1465B) is known color: Mandy. HEX triplet: C1, 46 and 5B. RGB value is (193,70,91). Sum of RGB (Red+Green+Blue) = 193+70+91=354 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.52% from 354); Green value is 70 (27.73% from 255 or 19.77% from 354); Blue value is 91 (35.94% from 255 or 25.71% from 354); Max value from RGB is 193 - color contains mainly: red. Hex color #C1465B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1465B is #3EB9A4. Grayscale: #6D6D6D. Windows color (decimal): -4110757 or 5981889. OLE color: 5981889.

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

Color convert

RGB 193 70 91 -
CMYK 0 0.64 0.53 0.24
HSL 349.76º 0.5% 0.52% -
HSV(B) 349.76º 0.64% 0.76% -
XYZ 26.07 16.47 11.7 -
YUV 109.17 117.75 187.79 -
System Red Green Blue C M Y K H S L
Decimal 193 70 91 0 0.64 0.53 0.24 349.76 0.5 0.52
Hex C1 46 5B 0 40 35 18 15E 32 34
Octal 301 106 133 0 100 65 30 536 62 64
Binary 11000001 1000110 1011011 0 1000000 110101 11000 101011110 110010 110100

Color Harmonies of #C1465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1465B

Black with #C1465B

Text Example


Text Example

White with #C1465B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1465B; }

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

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

background-color css

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

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

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

border-color css

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

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

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