Html Css Color HEX #C04B8B Mulberry

📋 copy color: '#C04B8B'

red 192 ◦ green 75 ◦ blue 139

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

Shades of Mulberry #C04B8B

Tints of Mulberry #C04B8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.24%

R = 47.29%
G = 18.47%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#C04B8B (or 0xC04B8B) is known color: Mulberry. HEX triplet: C0, 4B and 8B. RGB value is (192,75,139). Sum of RGB (Red+Green+Blue) = 192+75+139=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 75 (29.69% from 255 or 18.47% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04B8B is #3FB474. Grayscale: #757575. Windows color (decimal): -4174965 or 9128896. OLE color: 9128896.

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

Color convert

RGB 192 75 139 -
CMYK 0 0.61 0.28 0.25
HSL 327.18º 0.48% 0.52% -
HSV(B) 327.18º 0.61% 0.75% -
XYZ 28.91 18.1 26.4 -
YUV 117.28 140.26 181.3 -
System Red Green Blue C M Y K H S L
Decimal 192 75 139 0 0.61 0.28 0.25 327.18 0.48 0.52
Hex C0 4B 8B 0 3D 1C 19 147 30 34
Octal 300 113 213 0 75 34 31 507 60 64
Binary 11000000 1001011 10001011 0 111101 11100 11001 101000111 110000 110100

Color Harmonies of #C04B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04B8B

Black with #C04B8B

Text Example


Text Example

White with #C04B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04B8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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