Html Css Color HEX #C45681 Mulberry

📋 copy color: '#C45681'

red 196 ◦ green 86 ◦ blue 129

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

Shades of Mulberry #C45681

Tints of Mulberry #C45681

RGB

 RED value IS 196 (76.95% from 255) = 47.69%

 GREEN value IS 86 (33.98% from 255) = 20.92%

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

R = 47.69%
G = 20.92%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C45681 (or 0xC45681) is known color: Mulberry. HEX triplet: C4, 56 and 81. RGB value is (196,86,129). Sum of RGB (Red+Green+Blue) = 196+86+129=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 86 (33.98% from 255 or 20.92% from 411); Blue value is 129 (50.78% from 255 or 31.39% from 411); Max value from RGB is 196 - color contains mainly: red. Hex color #C45681 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45681 is #3BA97E. Grayscale: #7B7B7B. Windows color (decimal): -3910015 or 8476356. OLE color: 8476356.

HSL color Cylindrical-coordinate representation of color #C45681: hue angle of 336.55º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C45681 is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 86 129 -
CMYK 0 0.56 0.34 0.23
HSL 336.55º 0.48% 0.55% -
HSV(B) 336.55º 0.56% 0.77% -
XYZ 30.06 19.98 23.04 -
YUV 123.79 130.94 179.5 -
System Red Green Blue C M Y K H S L
Decimal 196 86 129 0 0.56 0.34 0.23 336.55 0.48 0.55
Hex C4 56 81 0 38 22 17 151 30 37
Octal 304 126 201 0 70 42 27 521 60 67
Binary 11000100 1010110 10000001 0 111000 100010 10111 101010001 110000 110111

Color Harmonies of #C45681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45681

Black with #C45681

Text Example


Text Example

White with #C45681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45681; }

 p { color: rgb(196,86,129); }

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

background-color css

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

 a { background-color: rgb(196,86,129); }

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

border-color css

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

 span { border-color: rgb(196,86,129); }

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