Html Css Color HEX #C2585B Mandy

📋 copy color: '#C2585B'

red 194 ◦ green 88 ◦ blue 91

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

Shades of Mandy #C2585B

Tints of Mandy #C2585B

RGB

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

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

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

R = 52.01%
G = 23.59%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C2585B (or 0xC2585B) is known color: Mandy. HEX triplet: C2, 58 and 5B. RGB value is (194,88,91). Sum of RGB (Red+Green+Blue) = 194+88+91=373 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.01% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 91 (35.94% from 255 or 24.40% from 373); Max value from RGB is 194 - color contains mainly: red. Hex color #C2585B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2585B is #3DA7A4. Grayscale: #787878. Windows color (decimal): -4040613 or 5986498. OLE color: 5986498.

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

Color convert

RGB 194 88 91 -
CMYK 0 0.55 0.53 0.24
HSL 358.3º 0.46% 0.55% -
HSV(B) 358.3º 0.55% 0.76% -
XYZ 27.63 19.2 12.15 -
YUV 120.04 111.62 180.76 -
System Red Green Blue C M Y K H S L
Decimal 194 88 91 0 0.55 0.53 0.24 358.3 0.46 0.55
Hex C2 58 5B 0 37 35 18 166 2E 37
Octal 302 130 133 0 67 65 30 546 56 67
Binary 11000010 1011000 1011011 0 110111 110101 11000 101100110 101110 110111

Color Harmonies of #C2585B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2585B

Black with #C2585B

Text Example


Text Example

White with #C2585B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2585B; }

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

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

background-color css

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

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

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

border-color css

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

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

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