Html Css Color HEX #C2588B Mulberry

📋 copy color: '#C2588B'

red 194 ◦ green 88 ◦ blue 139

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

Shades of Mulberry #C2588B

Tints of Mulberry #C2588B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.02%

R = 46.08%
G = 20.9%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C2588B (or 0xC2588B) is known color: Mulberry. HEX triplet: C2, 58 and 8B. RGB value is (194,88,139). Sum of RGB (Red+Green+Blue) = 194+88+139=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 88 (34.77% from 255 or 20.90% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C2588B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2588B is #3DA774. Grayscale: #7D7D7D. Windows color (decimal): -4040565 or 9132226. OLE color: 9132226.

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

Color convert

RGB 194 88 139 -
CMYK 0 0.55 0.28 0.24
HSL 331.13º 0.46% 0.55% -
HSV(B) 331.13º 0.55% 0.76% -
XYZ 30.4 20.31 26.74 -
YUV 125.51 135.62 176.85 -
System Red Green Blue C M Y K H S L
Decimal 194 88 139 0 0.55 0.28 0.24 331.13 0.46 0.55
Hex C2 58 8B 0 37 1C 18 14B 2E 37
Octal 302 130 213 0 67 34 30 513 56 67
Binary 11000010 1011000 10001011 0 110111 11100 11000 101001011 101110 110111

Color Harmonies of #C2588B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2588B

Black with #C2588B

Text Example


Text Example

White with #C2588B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2588B; }

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

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

background-color css

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

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

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

border-color css

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

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

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