Html Css Color HEX #C2464E Mandy

📋 copy color: '#C2464E'

red 194 ◦ green 70 ◦ blue 78

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

Shades of Mandy #C2464E

Tints of Mandy #C2464E

RGB

 RED value IS 194 (76.17% from 255) = 56.73%

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

 BLUE value IS 78 (30.86% from 255) = 22.81%

R = 56.73%
G = 20.47%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C2464E (or 0xC2464E) is known color: Mandy. HEX triplet: C2, 46 and 4E. RGB value is (194,70,78). Sum of RGB (Red+Green+Blue) = 194+70+78=342 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.73% from 342); Green value is 70 (27.73% from 255 or 20.47% from 342); Blue value is 78 (30.86% from 255 or 22.81% from 342); Max value from RGB is 194 - color contains mainly: red. Hex color #C2464E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2464E is #3DB9B1. Grayscale: #6C6C6C. Windows color (decimal): -4045234 or 5129922. OLE color: 5129922.

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

Color convert

RGB 194 70 78 -
CMYK 0 0.64 0.60 0.24
HSL 356.13º 0.5% 0.52% -
HSV(B) 356.13º 0.64% 0.76% -
XYZ 25.81 16.4 9.01 -
YUV 107.99 111.08 189.35 -
System Red Green Blue C M Y K H S L
Decimal 194 70 78 0 0.64 0.60 0.24 356.13 0.5 0.52
Hex C2 46 4E 0 40 3C 18 164 32 34
Octal 302 106 116 0 100 74 30 544 62 64
Binary 11000010 1000110 1001110 0 1000000 111100 11000 101100100 110010 110100

Color Harmonies of #C2464E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2464E

Black with #C2464E

Text Example


Text Example

White with #C2464E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2464E; }

 p { color: rgb(194,70,78); }

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

background-color css

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

 a { background-color: rgb(194,70,78); }

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

border-color css

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

 span { border-color: rgb(194,70,78); }

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