Html Css Color HEX #C04B9C Mulberry

📋 copy color: '#C04B9C'

red 192 ◦ green 75 ◦ blue 156

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

Shades of Mulberry #C04B9C

Tints of Mulberry #C04B9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.88%

R = 45.39%
G = 17.73%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#C04B9C (or 0xC04B9C) is known color: Mulberry. HEX triplet: C0, 4B and 9C. RGB value is (192,75,156). Sum of RGB (Red+Green+Blue) = 192+75+156=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 75 (29.69% from 255 or 17.73% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04B9C is #3FB463. Grayscale: #777777. Windows color (decimal): -4174948 or 10243008. OLE color: 10243008.

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

Color convert

RGB 192 75 156 -
CMYK 0 0.61 0.19 0.25
HSL 318.46º 0.48% 0.52% -
HSV(B) 318.46º 0.61% 0.75% -
XYZ 30.26 18.64 33.46 -
YUV 119.22 148.76 179.91 -
System Red Green Blue C M Y K H S L
Decimal 192 75 156 0 0.61 0.19 0.25 318.46 0.48 0.52
Hex C0 4B 9C 0 3D 13 19 13E 30 34
Octal 300 113 234 0 75 23 31 476 60 64
Binary 11000000 1001011 10011100 0 111101 10011 11001 100111110 110000 110100

Color Harmonies of #C04B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04B9C

Black with #C04B9C

Text Example


Text Example

White with #C04B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04B9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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