Html Css Color HEX #C2585D Mandy

📋 copy color: '#C2585D'

red 194 ◦ green 88 ◦ blue 93

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

Shades of Mandy #C2585D

Tints of Mandy #C2585D

RGB

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

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

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

R = 51.73%
G = 23.47%
B = 24.8%

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

#C2585D (or 0xC2585D) is known color: Mandy. HEX triplet: C2, 58 and 5D. RGB value is (194,88,93). Sum of RGB (Red+Green+Blue) = 194+88+93=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 88 (34.77% from 255 or 23.47% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C2585D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2585D is #3DA7A2. Grayscale: #787878. Windows color (decimal): -4040611 or 6117570. OLE color: 6117570.

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

Color convert

RGB 194 88 93 -
CMYK 0 0.55 0.52 0.24
HSL 357.17º 0.46% 0.55% -
HSV(B) 357.17º 0.55% 0.76% -
XYZ 27.71 19.24 12.61 -
YUV 120.26 112.62 180.59 -
System Red Green Blue C M Y K H S L
Decimal 194 88 93 0 0.55 0.52 0.24 357.17 0.46 0.55
Hex C2 58 5D 0 37 34 18 165 2E 37
Octal 302 130 135 0 67 64 30 545 56 67
Binary 11000010 1011000 1011101 0 110111 110100 11000 101100101 101110 110111

Color Harmonies of #C2585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2585D

Black with #C2585D

Text Example


Text Example

White with #C2585D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2585D; }

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

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

background-color css

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

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

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

border-color css

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

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

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