Html Css Color HEX #C2464C Mandy

📋 copy color: '#C2464C'

red 194 ◦ green 70 ◦ blue 76

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

Shades of Mandy #C2464C

Tints of Mandy #C2464C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.35%

R = 57.06%
G = 20.59%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C2464C (or 0xC2464C) is known color: Mandy. HEX triplet: C2, 46 and 4C. RGB value is (194,70,76). Sum of RGB (Red+Green+Blue) = 194+70+76=340 (45% of max value = 765). Red value is 194 (76.17% from 255 or 57.06% from 340); Green value is 70 (27.73% from 255 or 20.59% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 194 - color contains mainly: red. Hex color #C2464C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2464C is #3DB9B3. Grayscale: #6B6B6B. Windows color (decimal): -4045236 or 4998850. OLE color: 4998850.

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

Color convert

RGB 194 70 76 -
CMYK 0 0.64 0.61 0.24
HSL 357.1º 0.5% 0.52% -
HSV(B) 357.1º 0.64% 0.76% -
XYZ 25.74 16.37 8.64 -
YUV 107.76 110.08 189.51 -
System Red Green Blue C M Y K H S L
Decimal 194 70 76 0 0.64 0.61 0.24 357.1 0.5 0.52
Hex C2 46 4C 0 40 3D 18 165 32 34
Octal 302 106 114 0 100 75 30 545 62 64
Binary 11000010 1000110 1001100 0 1000000 111101 11000 101100101 110010 110100

Color Harmonies of #C2464C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2464C

Black with #C2464C

Text Example


Text Example

White with #C2464C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2464C; }

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

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

background-color css

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

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

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

border-color css

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

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

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