Html Css Color HEX #C2565F Mandy

📋 copy color: '#C2565F'

red 194 ◦ green 86 ◦ blue 95

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

Shades of Mandy #C2565F

Tints of Mandy #C2565F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.93%

 BLUE value IS 95 (37.5% from 255) = 25.33%

R = 51.73%
G = 22.93%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C2565F (or 0xC2565F) is known color: Mandy. HEX triplet: C2, 56 and 5F. RGB value is (194,86,95). Sum of RGB (Red+Green+Blue) = 194+86+95=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 86 (33.98% from 255 or 22.93% from 375); Blue value is 95 (37.5% from 255 or 25.33% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C2565F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2565F is #3DA9A0. Grayscale: #777777. Windows color (decimal): -4041121 or 6248130. OLE color: 6248130.

HSL color Cylindrical-coordinate representation of color #C2565F: hue angle of 355º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C2565F is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 86 95 -
CMYK 0 0.56 0.51 0.24
HSL 355º 0.47% 0.55% -
HSV(B) 355º 0.56% 0.76% -
XYZ 27.64 18.95 13.03 -
YUV 119.32 114.28 181.27 -
System Red Green Blue C M Y K H S L
Decimal 194 86 95 0 0.56 0.51 0.24 355 0.47 0.55
Hex C2 56 5F 0 38 33 18 163 2F 37
Octal 302 126 137 0 70 63 30 543 57 67
Binary 11000010 1010110 1011111 0 111000 110011 11000 101100011 101111 110111

Color Harmonies of #C2565F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2565F

Black with #C2565F

Text Example


Text Example

White with #C2565F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2565F; }

 p { color: rgb(194,86,95); }

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

background-color css

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

 a { background-color: rgb(194,86,95); }

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

border-color css

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

 span { border-color: rgb(194,86,95); }

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