Html Css Color HEX #C2565D Mandy

📋 copy color: '#C2565D'

red 194 ◦ green 86 ◦ blue 93

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

Shades of Mandy #C2565D

Tints of Mandy #C2565D

RGB

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

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

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

R = 52.01%
G = 23.06%
B = 24.93%

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

#C2565D (or 0xC2565D) is known color: Mandy. HEX triplet: C2, 56 and 5D. RGB value is (194,86,93). Sum of RGB (Red+Green+Blue) = 194+86+93=373 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.01% from 373); Green value is 86 (33.98% from 255 or 23.06% from 373); Blue value is 93 (36.72% from 255 or 24.93% from 373); Max value from RGB is 194 - color contains mainly: red. Hex color #C2565D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2565D is #3DA9A2. Grayscale: #777777. Windows color (decimal): -4041123 or 6117058. OLE color: 6117058.

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

Color convert

RGB 194 86 93 -
CMYK 0 0.56 0.52 0.24
HSL 356.11º 0.47% 0.55% -
HSV(B) 356.11º 0.56% 0.76% -
XYZ 27.55 18.92 12.55 -
YUV 119.09 113.28 181.43 -
System Red Green Blue C M Y K H S L
Decimal 194 86 93 0 0.56 0.52 0.24 356.11 0.47 0.55
Hex C2 56 5D 0 38 34 18 164 2F 37
Octal 302 126 135 0 70 64 30 544 57 67
Binary 11000010 1010110 1011101 0 111000 110100 11000 101100100 101111 110111

Color Harmonies of #C2565D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2565D

Black with #C2565D

Text Example


Text Example

White with #C2565D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2565D; }

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

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

background-color css

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

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

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

border-color css

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

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

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