Html Css Color HEX #C2585E Mandy

📋 copy color: '#C2585E'

red 194 ◦ green 88 ◦ blue 94

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

Shades of Mandy #C2585E

Tints of Mandy #C2585E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.4%

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

R = 51.6%
G = 23.4%
B = 25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C2585E (or 0xC2585E) is known color: Mandy. HEX triplet: C2, 58 and 5E. RGB value is (194,88,94). Sum of RGB (Red+Green+Blue) = 194+88+94=376 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.60% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 94 (37.11% from 255 or 25% from 376); Max value from RGB is 194 - color contains mainly: red. Hex color #C2585E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2585E is #3DA7A1. Grayscale: #787878. Windows color (decimal): -4040610 or 6183106. OLE color: 6183106.

HSL color Cylindrical-coordinate representation of color #C2585E: hue angle of 356.6º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C2585E is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 88 94 -
CMYK 0 0.55 0.52 0.24
HSL 356.6º 0.46% 0.55% -
HSV(B) 356.6º 0.55% 0.76% -
XYZ 27.76 19.26 12.84 -
YUV 120.38 113.12 180.51 -
System Red Green Blue C M Y K H S L
Decimal 194 88 94 0 0.55 0.52 0.24 356.6 0.46 0.55
Hex C2 58 5E 0 37 34 18 165 2E 37
Octal 302 130 136 0 67 64 30 545 56 67
Binary 11000010 1011000 1011110 0 110111 110100 11000 101100101 101110 110111

Color Harmonies of #C2585E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2585E

Black with #C2585E

Text Example


Text Example

White with #C2585E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2585E; }

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

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

background-color css

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

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

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

border-color css

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

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

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