Html Css Color HEX #C0468D Mulberry

📋 copy color: '#C0468D'

red 192 ◦ green 70 ◦ blue 141

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

Shades of Mulberry #C0468D

Tints of Mulberry #C0468D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.37%

 BLUE value IS 141 (55.47% from 255) = 34.99%

R = 47.64%
G = 17.37%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C0468D (or 0xC0468D) is known color: Mulberry. HEX triplet: C0, 46 and 8D. RGB value is (192,70,141). Sum of RGB (Red+Green+Blue) = 192+70+141=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 70 (27.73% from 255 or 17.37% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C0468D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0468D is #3FB972. Grayscale: #727272. Windows color (decimal): -4176243 or 9258688. OLE color: 9258688.

HSL color Cylindrical-coordinate representation of color #C0468D: hue angle of 325.08º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C0468D is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 70 141 -
CMYK 0 0.64 0.27 0.25
HSL 325.08º 0.49% 0.51% -
HSV(B) 325.08º 0.64% 0.75% -
XYZ 28.74 17.51 27.06 -
YUV 114.57 142.92 183.23 -
System Red Green Blue C M Y K H S L
Decimal 192 70 141 0 0.64 0.27 0.25 325.08 0.49 0.51
Hex C0 46 8D 0 40 1B 19 145 31 33
Octal 300 106 215 0 100 33 31 505 61 63
Binary 11000000 1000110 10001101 0 1000000 11011 11001 101000101 110001 110011

Color Harmonies of #C0468D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0468D

Black with #C0468D

Text Example


Text Example

White with #C0468D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0468D; }

 p { color: rgb(192,70,141); }

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

background-color css

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

 a { background-color: rgb(192,70,141); }

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

border-color css

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

 span { border-color: rgb(192,70,141); }

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