Html Css Color HEX #C04B90 Mulberry

📋 copy color: '#C04B90'

red 192 ◦ green 75 ◦ blue 144

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

Shades of Mulberry #C04B90

Tints of Mulberry #C04B90

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.25%

 BLUE value IS 144 (56.64% from 255) = 35.04%

R = 46.72%
G = 18.25%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#C04B90 (or 0xC04B90) is known color: Mulberry. HEX triplet: C0, 4B and 90. RGB value is (192,75,144). Sum of RGB (Red+Green+Blue) = 192+75+144=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 75 (29.69% from 255 or 18.25% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04B90 is #3FB46F. Grayscale: #757575. Windows color (decimal): -4174960 or 9456576. OLE color: 9456576.

HSL color Cylindrical-coordinate representation of color #C04B90: hue angle of 324.62º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C04B90 is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 75 144 -
CMYK 0 0.61 0.25 0.25
HSL 324.62º 0.48% 0.52% -
HSV(B) 324.62º 0.61% 0.75% -
XYZ 29.29 18.25 28.36 -
YUV 117.85 142.76 180.89 -
System Red Green Blue C M Y K H S L
Decimal 192 75 144 0 0.61 0.25 0.25 324.62 0.48 0.52
Hex C0 4B 90 0 3D 19 19 145 30 34
Octal 300 113 220 0 75 31 31 505 60 64
Binary 11000000 1001011 10010000 0 111101 11001 11001 101000101 110000 110100

Color Harmonies of #C04B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04B90

Black with #C04B90

Text Example


Text Example

White with #C04B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04B90; }

 p { color: rgb(192,75,144); }

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

background-color css

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

 a { background-color: rgb(192,75,144); }

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

border-color css

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

 span { border-color: rgb(192,75,144); }

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