Html Css Color HEX #C2548B Mulberry

📋 copy color: '#C2548B'

red 194 ◦ green 84 ◦ blue 139

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

Shades of Mulberry #C2548B

Tints of Mulberry #C2548B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.14%

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

R = 46.52%
G = 20.14%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C2548B (or 0xC2548B) is known color: Mulberry. HEX triplet: C2, 54 and 8B. RGB value is (194,84,139). Sum of RGB (Red+Green+Blue) = 194+84+139=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 84 (33.20% from 255 or 20.14% from 417); Blue value is 139 (54.69% from 255 or 33.33% from 417); Max value from RGB is 194 - color contains mainly: red. Hex color #C2548B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2548B is #3DAB74. Grayscale: #7B7B7B. Windows color (decimal): -4041589 or 9131202. OLE color: 9131202.

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

Color convert

RGB 194 84 139 -
CMYK 0 0.57 0.28 0.24
HSL 330º 0.47% 0.55% -
HSV(B) 330º 0.57% 0.76% -
XYZ 30.08 19.67 26.64 -
YUV 123.16 136.94 178.53 -
System Red Green Blue C M Y K H S L
Decimal 194 84 139 0 0.57 0.28 0.24 330 0.47 0.55
Hex C2 54 8B 0 39 1C 18 14A 2F 37
Octal 302 124 213 0 71 34 30 512 57 67
Binary 11000010 1010100 10001011 0 111001 11100 11000 101001010 101111 110111

Color Harmonies of #C2548B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2548B

Black with #C2548B

Text Example


Text Example

White with #C2548B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2548B; }

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

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

background-color css

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

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

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

border-color css

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

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

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