Html Css Color HEX #C0468E Mulberry

📋 copy color: '#C0468E'

red 192 ◦ green 70 ◦ blue 142

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

Shades of Mulberry #C0468E

Tints of Mulberry #C0468E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.15%

R = 47.52%
G = 17.33%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#C0468E (or 0xC0468E) is known color: Mulberry. HEX triplet: C0, 46 and 8E. RGB value is (192,70,142). Sum of RGB (Red+Green+Blue) = 192+70+142=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 70 (27.73% from 255 or 17.33% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C0468E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0468E is #3FB971. Grayscale: #727272. Windows color (decimal): -4176242 or 9324224. OLE color: 9324224.

HSL color Cylindrical-coordinate representation of color #C0468E: hue angle of 324.59º 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 #C0468E is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 70 142 -
CMYK 0 0.64 0.26 0.25
HSL 324.59º 0.49% 0.51% -
HSV(B) 324.59º 0.64% 0.75% -
XYZ 28.81 17.54 27.46 -
YUV 114.69 143.42 183.15 -
System Red Green Blue C M Y K H S L
Decimal 192 70 142 0 0.64 0.26 0.25 324.59 0.49 0.51
Hex C0 46 8E 0 40 1A 19 145 31 33
Octal 300 106 216 0 100 32 31 505 61 63
Binary 11000000 1000110 10001110 0 1000000 11010 11001 101000101 110001 110011

Color Harmonies of #C0468E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0468E

Black with #C0468E

Text Example


Text Example

White with #C0468E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0468E; }

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

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

background-color css

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

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

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

border-color css

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

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

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