Html Css Color HEX #C0548B Mulberry

📋 copy color: '#C0548B'

red 192 ◦ green 84 ◦ blue 139

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

Shades of Mulberry #C0548B

Tints of Mulberry #C0548B

RGB

 RED value IS 192 (75.39% from 255) = 46.27%

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

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

R = 46.27%
G = 20.24%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#C0548B (or 0xC0548B) is known color: Mulberry. HEX triplet: C0, 54 and 8B. RGB value is (192,84,139). Sum of RGB (Red+Green+Blue) = 192+84+139=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 84 (33.20% from 255 or 20.24% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C0548B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0548B is #3FAB74. Grayscale: #7A7A7A. Windows color (decimal): -4172661 or 9131200. OLE color: 9131200.

HSL color Cylindrical-coordinate representation of color #C0548B: hue angle of 329.44º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C0548B is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 84 139 -
CMYK 0 0.56 0.28 0.25
HSL 329.44º 0.46% 0.54% -
HSV(B) 329.44º 0.56% 0.75% -
XYZ 29.57 19.41 26.61 -
YUV 122.56 137.28 177.53 -
System Red Green Blue C M Y K H S L
Decimal 192 84 139 0 0.56 0.28 0.25 329.44 0.46 0.54
Hex C0 54 8B 0 38 1C 19 149 2E 36
Octal 300 124 213 0 70 34 31 511 56 66
Binary 11000000 1010100 10001011 0 111000 11100 11001 101001001 101110 110110

Color Harmonies of #C0548B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0548B

Black with #C0548B

Text Example


Text Example

White with #C0548B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0548B; }

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

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

background-color css

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

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

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

border-color css

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

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

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