Html Css Color HEX #C04B88 Mulberry

📋 copy color: '#C04B88'

red 192 ◦ green 75 ◦ blue 136

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

Shades of Mulberry #C04B88

Tints of Mulberry #C04B88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 33.75%

R = 47.64%
G = 18.61%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#C04B88 (or 0xC04B88) is known color: Mulberry. HEX triplet: C0, 4B and 88. RGB value is (192,75,136). Sum of RGB (Red+Green+Blue) = 192+75+136=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 75 (29.69% from 255 or 18.61% from 403); Blue value is 136 (53.52% from 255 or 33.75% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04B88 is #3FB477. Grayscale: #747474. Windows color (decimal): -4174968 or 8932288. OLE color: 8932288.

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

Color convert

RGB 192 75 136 -
CMYK 0 0.61 0.29 0.25
HSL 328.72º 0.48% 0.52% -
HSV(B) 328.72º 0.61% 0.75% -
XYZ 28.7 18.02 25.26 -
YUV 116.94 138.76 181.54 -
System Red Green Blue C M Y K H S L
Decimal 192 75 136 0 0.61 0.29 0.25 328.72 0.48 0.52
Hex C0 4B 88 0 3D 1D 19 149 30 34
Octal 300 113 210 0 75 35 31 511 60 64
Binary 11000000 1001011 10001000 0 111101 11101 11001 101001001 110000 110100

Color Harmonies of #C04B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04B88

Black with #C04B88

Text Example


Text Example

White with #C04B88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04B88; }

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

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

background-color css

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

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

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

border-color css

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

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

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