Html Css Color HEX #C2555F Mandy

📋 copy color: '#C2555F'

red 194 ◦ green 85 ◦ blue 95

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

Shades of Mandy #C2555F

Tints of Mandy #C2555F

RGB

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

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

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

R = 51.87%
G = 22.73%
B = 25.4%

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

#C2555F (or 0xC2555F) is known color: Mandy. HEX triplet: C2, 55 and 5F. RGB value is (194,85,95). Sum of RGB (Red+Green+Blue) = 194+85+95=374 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.87% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 95 (37.5% from 255 or 25.40% from 374); Max value from RGB is 194 - color contains mainly: red. Hex color #C2555F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2555F is #3DAAA0. Grayscale: #767676. Windows color (decimal): -4041377 or 6247874. OLE color: 6247874.

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

Color convert

RGB 194 85 95 -
CMYK 0 0.56 0.51 0.24
HSL 354.5º 0.47% 0.55% -
HSV(B) 354.5º 0.56% 0.76% -
XYZ 27.56 18.79 13 -
YUV 118.73 114.61 181.69 -
System Red Green Blue C M Y K H S L
Decimal 194 85 95 0 0.56 0.51 0.24 354.5 0.47 0.55
Hex C2 55 5F 0 38 33 18 162 2F 37
Octal 302 125 137 0 70 63 30 542 57 67
Binary 11000010 1010101 1011111 0 111000 110011 11000 101100010 101111 110111

Color Harmonies of #C2555F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2555F

Black with #C2555F

Text Example


Text Example

White with #C2555F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2555F; }

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

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

background-color css

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

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

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

border-color css

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

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

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