Html Css Color HEX #C04485 Mulberry

📋 copy color: '#C04485'

red 192 ◦ green 68 ◦ blue 133

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

Shades of Mulberry #C04485

Tints of Mulberry #C04485

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.3%

 BLUE value IS 133 (52.34% from 255) = 33.84%

R = 48.85%
G = 17.3%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#C04485 (or 0xC04485) is known color: Mulberry. HEX triplet: C0, 44 and 85. RGB value is (192,68,133). Sum of RGB (Red+Green+Blue) = 192+68+133=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 68 (26.95% from 255 or 17.30% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C04485 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04485 is #3FBB7A. Grayscale: #707070. Windows color (decimal): -4176763 or 8733888. OLE color: 8733888.

HSL color Cylindrical-coordinate representation of color #C04485: hue angle of 328.55º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C04485 is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 68 133 -
CMYK 0 0.65 0.31 0.25
HSL 328.55º 0.5% 0.51% -
HSV(B) 328.55º 0.65% 0.75% -
XYZ 28.04 17.03 24 -
YUV 112.49 139.58 184.71 -
System Red Green Blue C M Y K H S L
Decimal 192 68 133 0 0.65 0.31 0.25 328.55 0.5 0.51
Hex C0 44 85 0 41 1F 19 149 32 33
Octal 300 104 205 0 101 37 31 511 62 63
Binary 11000000 1000100 10000101 0 1000001 11111 11001 101001001 110010 110011

Color Harmonies of #C04485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04485

Black with #C04485

Text Example


Text Example

White with #C04485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04485; }

 p { color: rgb(192,68,133); }

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

background-color css

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

 a { background-color: rgb(192,68,133); }

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

border-color css

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

 span { border-color: rgb(192,68,133); }

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