Html Css Color HEX #C2464A Mandy

📋 copy color: '#C2464A'

red 194 ◦ green 70 ◦ blue 74

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

Shades of Mandy #C2464A

Tints of Mandy #C2464A

RGB

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

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

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

R = 57.4%
G = 20.71%
B = 21.89%

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

#C2464A (or 0xC2464A) is known color: Mandy. HEX triplet: C2, 46 and 4A. RGB value is (194,70,74). Sum of RGB (Red+Green+Blue) = 194+70+74=338 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.40% from 338); Green value is 70 (27.73% from 255 or 20.71% from 338); Blue value is 74 (29.30% from 255 or 21.89% from 338); Max value from RGB is 194 - color contains mainly: red. Hex color #C2464A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2464A is #3DB9B5. Grayscale: #6B6B6B. Windows color (decimal): -4045238 or 4867778. OLE color: 4867778.

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

Color convert

RGB 194 70 74 -
CMYK 0 0.64 0.62 0.24
HSL 358.06º 0.5% 0.52% -
HSV(B) 358.06º 0.64% 0.76% -
XYZ 25.67 16.34 8.28 -
YUV 107.53 109.08 189.67 -
System Red Green Blue C M Y K H S L
Decimal 194 70 74 0 0.64 0.62 0.24 358.06 0.5 0.52
Hex C2 46 4A 0 40 3E 18 166 32 34
Octal 302 106 112 0 100 76 30 546 62 64
Binary 11000010 1000110 1001010 0 1000000 111110 11000 101100110 110010 110100

Color Harmonies of #C2464A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2464A

Black with #C2464A

Text Example


Text Example

White with #C2464A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2464A; }

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

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

background-color css

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

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

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

border-color css

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

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

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