Html Css Color HEX #C04284 Mulberry

📋 copy color: '#C04284'

red 192 ◦ green 66 ◦ blue 132

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

Shades of Mulberry #C04284

Tints of Mulberry #C04284

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.92%

 BLUE value IS 132 (51.95% from 255) = 33.85%

R = 49.23%
G = 16.92%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#C04284 (or 0xC04284) is known color: Mulberry. HEX triplet: C0, 42 and 84. RGB value is (192,66,132). Sum of RGB (Red+Green+Blue) = 192+66+132=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 66 (26.17% from 255 or 16.92% from 390); Blue value is 132 (51.95% from 255 or 33.85% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C04284 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04284 is #3FBD7B. Grayscale: #6F6F6F. Windows color (decimal): -4177276 or 8667840. OLE color: 8667840.

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

Color convert

RGB 192 66 132 -
CMYK 0 0.66 0.31 0.25
HSL 328.57º 0.5% 0.51% -
HSV(B) 328.57º 0.66% 0.75% -
XYZ 27.85 16.77 23.6 -
YUV 111.2 139.74 185.63 -
System Red Green Blue C M Y K H S L
Decimal 192 66 132 0 0.66 0.31 0.25 328.57 0.5 0.51
Hex C0 42 84 0 42 1F 19 149 32 33
Octal 300 102 204 0 102 37 31 511 62 63
Binary 11000000 1000010 10000100 0 1000010 11111 11001 101001001 110010 110011

Color Harmonies of #C04284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04284

Black with #C04284

Text Example


Text Example

White with #C04284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04284; }

 p { color: rgb(192,66,132); }

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

background-color css

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

 a { background-color: rgb(192,66,132); }

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

border-color css

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

 span { border-color: rgb(192,66,132); }

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