Html Css Color HEX #C2465D Mandy

📋 copy color: '#C2465D'

red 194 ◦ green 70 ◦ blue 93

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

Shades of Mandy #C2465D

Tints of Mandy #C2465D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.05%

R = 54.34%
G = 19.61%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C2465D (or 0xC2465D) is known color: Mandy. HEX triplet: C2, 46 and 5D. RGB value is (194,70,93). Sum of RGB (Red+Green+Blue) = 194+70+93=357 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.34% from 357); Green value is 70 (27.73% from 255 or 19.61% from 357); Blue value is 93 (36.72% from 255 or 26.05% from 357); Max value from RGB is 194 - color contains mainly: red. Hex color #C2465D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2465D is #3DB9A2. Grayscale: #6D6D6D. Windows color (decimal): -4045219 or 6112962. OLE color: 6112962.

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

Color convert

RGB 194 70 93 -
CMYK 0 0.64 0.52 0.24
HSL 348.87º 0.5% 0.52% -
HSV(B) 348.87º 0.64% 0.76% -
XYZ 26.41 16.64 12.18 -
YUV 109.7 118.58 188.13 -
System Red Green Blue C M Y K H S L
Decimal 194 70 93 0 0.64 0.52 0.24 348.87 0.5 0.52
Hex C2 46 5D 0 40 34 18 15D 32 34
Octal 302 106 135 0 100 64 30 535 62 64
Binary 11000010 1000110 1011101 0 1000000 110100 11000 101011101 110010 110100

Color Harmonies of #C2465D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2465D

Black with #C2465D

Text Example


Text Example

White with #C2465D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2465D; }

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

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

background-color css

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

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

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

border-color css

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

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

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