Html Css Color HEX #C04681 Mulberry

📋 copy color: '#C04681'

red 192 ◦ green 70 ◦ blue 129

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

Shades of Mulberry #C04681

Tints of Mulberry #C04681

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.9%

 BLUE value IS 129 (50.78% from 255) = 32.99%

R = 49.1%
G = 17.9%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#C04681 (or 0xC04681) is known color: Mulberry. HEX triplet: C0, 46 and 81. RGB value is (192,70,129). Sum of RGB (Red+Green+Blue) = 192+70+129=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 70 (27.73% from 255 or 17.90% from 391); Blue value is 129 (50.78% from 255 or 32.99% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C04681 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04681 is #3FB97E. Grayscale: #717171. Windows color (decimal): -4176255 or 8472256. OLE color: 8472256.

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

Color convert

RGB 192 70 129 -
CMYK 0 0.64 0.33 0.25
HSL 330.98º 0.49% 0.51% -
HSV(B) 330.98º 0.64% 0.75% -
XYZ 27.89 17.17 22.61 -
YUV 113.2 136.92 184.2 -
System Red Green Blue C M Y K H S L
Decimal 192 70 129 0 0.64 0.33 0.25 330.98 0.49 0.51
Hex C0 46 81 0 40 21 19 14B 31 33
Octal 300 106 201 0 100 41 31 513 61 63
Binary 11000000 1000110 10000001 0 1000000 100001 11001 101001011 110001 110011

Color Harmonies of #C04681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04681

Black with #C04681

Text Example


Text Example

White with #C04681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04681; }

 p { color: rgb(192,70,129); }

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

background-color css

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

 a { background-color: rgb(192,70,129); }

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

border-color css

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

 span { border-color: rgb(192,70,129); }

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