Html Css Color HEX #C04B95 Mulberry

📋 copy color: '#C04B95'

red 192 ◦ green 75 ◦ blue 149

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

Shades of Mulberry #C04B95

Tints of Mulberry #C04B95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.82%

R = 46.15%
G = 18.03%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C04B95 (or 0xC04B95) is known color: Mulberry. HEX triplet: C0, 4B and 95. RGB value is (192,75,149). Sum of RGB (Red+Green+Blue) = 192+75+149=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 75 (29.69% from 255 or 18.03% from 416); Blue value is 149 (58.59% from 255 or 35.82% from 416); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04B95 is #3FB46A. Grayscale: #767676. Windows color (decimal): -4174955 or 9784256. OLE color: 9784256.

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

Color convert

RGB 192 75 149 -
CMYK 0 0.61 0.22 0.25
HSL 322.05º 0.48% 0.52% -
HSV(B) 322.05º 0.61% 0.75% -
XYZ 29.68 18.41 30.42 -
YUV 118.42 145.26 180.48 -
System Red Green Blue C M Y K H S L
Decimal 192 75 149 0 0.61 0.22 0.25 322.05 0.48 0.52
Hex C0 4B 95 0 3D 16 19 142 30 34
Octal 300 113 225 0 75 26 31 502 60 64
Binary 11000000 1001011 10010101 0 111101 10110 11001 101000010 110000 110100

Color Harmonies of #C04B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04B95

Black with #C04B95

Text Example


Text Example

White with #C04B95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04B95; }

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

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

background-color css

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

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

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

border-color css

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

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

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