Html Css Color HEX #C1465C Mandy

📋 copy color: '#C1465C'

red 193 ◦ green 70 ◦ blue 92

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

Shades of Mandy #C1465C

Tints of Mandy #C1465C

RGB

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

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

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

R = 54.37%
G = 19.72%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C1465C (or 0xC1465C) is known color: Mandy. HEX triplet: C1, 46 and 5C. RGB value is (193,70,92). Sum of RGB (Red+Green+Blue) = 193+70+92=355 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.37% from 355); Green value is 70 (27.73% from 255 or 19.72% from 355); Blue value is 92 (36.33% from 255 or 25.92% from 355); Max value from RGB is 193 - color contains mainly: red. Hex color #C1465C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1465C is #3EB9A3. Grayscale: #6D6D6D. Windows color (decimal): -4110756 or 6047425. OLE color: 6047425.

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

Color convert

RGB 193 70 92 -
CMYK 0 0.64 0.52 0.24
HSL 349.27º 0.5% 0.52% -
HSV(B) 349.27º 0.64% 0.76% -
XYZ 26.11 16.49 11.93 -
YUV 109.29 118.25 187.71 -
System Red Green Blue C M Y K H S L
Decimal 193 70 92 0 0.64 0.52 0.24 349.27 0.5 0.52
Hex C1 46 5C 0 40 34 18 15D 32 34
Octal 301 106 134 0 100 64 30 535 62 64
Binary 11000001 1000110 1011100 0 1000000 110100 11000 101011101 110010 110100

Color Harmonies of #C1465C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1465C

Black with #C1465C

Text Example


Text Example

White with #C1465C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1465C; }

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

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

background-color css

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

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

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

border-color css

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

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

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