Html Css Color HEX #C2555D Mandy

📋 copy color: '#C2555D'

red 194 ◦ green 85 ◦ blue 93

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

Shades of Mandy #C2555D

Tints of Mandy #C2555D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.85%

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

R = 52.15%
G = 22.85%
B = 25%

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

#C2555D (or 0xC2555D) is known color: Mandy. HEX triplet: C2, 55 and 5D. RGB value is (194,85,93). Sum of RGB (Red+Green+Blue) = 194+85+93=372 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.15% from 372); Green value is 85 (33.59% from 255 or 22.85% from 372); Blue value is 93 (36.72% from 255 or 25% from 372); Max value from RGB is 194 - color contains mainly: red. Hex color #C2555D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2555D is #3DAAA2. Grayscale: #767676. Windows color (decimal): -4041379 or 6116802. OLE color: 6116802.

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

Color convert

RGB 194 85 93 -
CMYK 0 0.56 0.52 0.24
HSL 355.6º 0.47% 0.55% -
HSV(B) 355.6º 0.56% 0.76% -
XYZ 27.47 18.76 12.53 -
YUV 118.5 113.61 181.85 -
System Red Green Blue C M Y K H S L
Decimal 194 85 93 0 0.56 0.52 0.24 355.6 0.47 0.55
Hex C2 55 5D 0 38 34 18 164 2F 37
Octal 302 125 135 0 70 64 30 544 57 67
Binary 11000010 1010101 1011101 0 111000 110100 11000 101100100 101111 110111

Color Harmonies of #C2555D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2555D

Black with #C2555D

Text Example


Text Example

White with #C2555D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2555D; }

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

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

background-color css

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

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

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

border-color css

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

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

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