Html Css Color HEX #C0468A Mulberry

📋 copy color: '#C0468A'

red 192 ◦ green 70 ◦ blue 138

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

Shades of Mulberry #C0468A

Tints of Mulberry #C0468A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.5%

R = 48%
G = 17.5%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#C0468A (or 0xC0468A) is known color: Mulberry. HEX triplet: C0, 46 and 8A. RGB value is (192,70,138). Sum of RGB (Red+Green+Blue) = 192+70+138=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 70 (27.73% from 255 or 17.5% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 192 - color contains mainly: red. Hex color #C0468A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0468A is #3FB975. Grayscale: #727272. Windows color (decimal): -4176246 or 9062080. OLE color: 9062080.

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

Color convert

RGB 192 70 138 -
CMYK 0 0.64 0.28 0.25
HSL 326.56º 0.49% 0.51% -
HSV(B) 326.56º 0.64% 0.75% -
XYZ 28.52 17.42 25.9 -
YUV 114.23 141.42 183.47 -
System Red Green Blue C M Y K H S L
Decimal 192 70 138 0 0.64 0.28 0.25 326.56 0.49 0.51
Hex C0 46 8A 0 40 1C 19 147 31 33
Octal 300 106 212 0 100 34 31 507 61 63
Binary 11000000 1000110 10001010 0 1000000 11100 11001 101000111 110001 110011

Color Harmonies of #C0468A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0468A

Black with #C0468A

Text Example


Text Example

White with #C0468A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0468A; }

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

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

background-color css

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

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

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

border-color css

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

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

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