Html Css Color HEX #C2565B Mandy

📋 copy color: '#C2565B'

red 194 ◦ green 86 ◦ blue 91

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

Shades of Mandy #C2565B

Tints of Mandy #C2565B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.53%

R = 52.29%
G = 23.18%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C2565B (or 0xC2565B) is known color: Mandy. HEX triplet: C2, 56 and 5B. RGB value is (194,86,91). Sum of RGB (Red+Green+Blue) = 194+86+91=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 91 (35.94% from 255 or 24.53% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C2565B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2565B is #3DA9A4. Grayscale: #767676. Windows color (decimal): -4041125 or 5985986. OLE color: 5985986.

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

Color convert

RGB 194 86 91 -
CMYK 0 0.56 0.53 0.24
HSL 357.22º 0.47% 0.55% -
HSV(B) 357.22º 0.56% 0.76% -
XYZ 27.46 18.88 12.09 -
YUV 118.86 112.28 181.59 -
System Red Green Blue C M Y K H S L
Decimal 194 86 91 0 0.56 0.53 0.24 357.22 0.47 0.55
Hex C2 56 5B 0 38 35 18 165 2F 37
Octal 302 126 133 0 70 65 30 545 57 67
Binary 11000010 1010110 1011011 0 111000 110101 11000 101100101 101111 110111

Color Harmonies of #C2565B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2565B

Black with #C2565B

Text Example


Text Example

White with #C2565B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2565B; }

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

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

background-color css

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

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

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

border-color css

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

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

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