Html Css Color HEX #C2464F Mandy

📋 copy color: '#C2464F'

red 194 ◦ green 70 ◦ blue 79

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

Shades of Mandy #C2464F

Tints of Mandy #C2464F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.03%

R = 56.56%
G = 20.41%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C2464F (or 0xC2464F) is known color: Mandy. HEX triplet: C2, 46 and 4F. RGB value is (194,70,79). Sum of RGB (Red+Green+Blue) = 194+70+79=343 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.56% from 343); Green value is 70 (27.73% from 255 or 20.41% from 343); Blue value is 79 (31.25% from 255 or 23.03% from 343); Max value from RGB is 194 - color contains mainly: red. Hex color #C2464F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2464F is #3DB9B0. Grayscale: #6C6C6C. Windows color (decimal): -4045233 or 5195458. OLE color: 5195458.

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

Color convert

RGB 194 70 79 -
CMYK 0 0.64 0.59 0.24
HSL 355.65º 0.5% 0.52% -
HSV(B) 355.65º 0.64% 0.76% -
XYZ 25.85 16.41 9.2 -
YUV 108.1 111.58 189.27 -
System Red Green Blue C M Y K H S L
Decimal 194 70 79 0 0.64 0.59 0.24 355.65 0.5 0.52
Hex C2 46 4F 0 40 3B 18 164 32 34
Octal 302 106 117 0 100 73 30 544 62 64
Binary 11000010 1000110 1001111 0 1000000 111011 11000 101100100 110010 110100

Color Harmonies of #C2464F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2464F

Black with #C2464F

Text Example


Text Example

White with #C2464F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2464F; }

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

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

background-color css

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

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

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

border-color css

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

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

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