Html Css Color HEX #C1464A Mandy

📋 copy color: '#C1464A'

red 193 ◦ green 70 ◦ blue 74

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

Shades of Mandy #C1464A

Tints of Mandy #C1464A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.96%

R = 57.27%
G = 20.77%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C1464A (or 0xC1464A) is known color: Mandy. HEX triplet: C1, 46 and 4A. RGB value is (193,70,74). Sum of RGB (Red+Green+Blue) = 193+70+74=337 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.27% from 337); Green value is 70 (27.73% from 255 or 20.77% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 193 - color contains mainly: red. Hex color #C1464A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1464A is #3EB9B5. Grayscale: #6B6B6B. Windows color (decimal): -4110774 or 4867777. OLE color: 4867777.

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

Color convert

RGB 193 70 74 -
CMYK 0 0.64 0.62 0.24
HSL 358.05º 0.5% 0.52% -
HSV(B) 358.05º 0.64% 0.76% -
XYZ 25.42 16.21 8.27 -
YUV 107.23 109.25 189.17 -
System Red Green Blue C M Y K H S L
Decimal 193 70 74 0 0.64 0.62 0.24 358.05 0.5 0.52
Hex C1 46 4A 0 40 3E 18 166 32 34
Octal 301 106 112 0 100 76 30 546 62 64
Binary 11000001 1000110 1001010 0 1000000 111110 11000 101100110 110010 110100

Color Harmonies of #C1464A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1464A

Black with #C1464A

Text Example


Text Example

White with #C1464A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1464A; }

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

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

background-color css

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

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

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

border-color css

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

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

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