Html Css Color HEX #C2565E Mandy

📋 copy color: '#C2565E'

red 194 ◦ green 86 ◦ blue 94

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

Shades of Mandy #C2565E

Tints of Mandy #C2565E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.13%

R = 51.87%
G = 22.99%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C2565E (or 0xC2565E) is known color: Mandy. HEX triplet: C2, 56 and 5E. RGB value is (194,86,94). Sum of RGB (Red+Green+Blue) = 194+86+94=374 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.87% from 374); Green value is 86 (33.98% from 255 or 22.99% from 374); Blue value is 94 (37.11% from 255 or 25.13% from 374); Max value from RGB is 194 - color contains mainly: red. Hex color #C2565E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2565E is #3DA9A1. Grayscale: #777777. Windows color (decimal): -4041122 or 6182594. OLE color: 6182594.

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

Color convert

RGB 194 86 94 -
CMYK 0 0.56 0.52 0.24
HSL 355.56º 0.47% 0.55% -
HSV(B) 355.56º 0.56% 0.76% -
XYZ 27.6 18.93 12.79 -
YUV 119.2 113.78 181.35 -
System Red Green Blue C M Y K H S L
Decimal 194 86 94 0 0.56 0.52 0.24 355.56 0.47 0.55
Hex C2 56 5E 0 38 34 18 164 2F 37
Octal 302 126 136 0 70 64 30 544 57 67
Binary 11000010 1010110 1011110 0 111000 110100 11000 101100100 101111 110111

Color Harmonies of #C2565E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2565E

Black with #C2565E

Text Example


Text Example

White with #C2565E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2565E; }

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

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

background-color css

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

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

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

border-color css

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

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

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