Html Css Color HEX #C45588 Mulberry

📋 copy color: '#C45588'

red 196 ◦ green 85 ◦ blue 136

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

Shades of Mulberry #C45588

Tints of Mulberry #C45588

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.38%

 BLUE value IS 136 (53.52% from 255) = 32.61%

R = 47%
G = 20.38%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#C45588 (or 0xC45588) is known color: Mulberry. HEX triplet: C4, 55 and 88. RGB value is (196,85,136). Sum of RGB (Red+Green+Blue) = 196+85+136=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 85 (33.59% from 255 or 20.38% from 417); Blue value is 136 (53.52% from 255 or 32.61% from 417); Max value from RGB is 196 - color contains mainly: red. Hex color #C45588 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45588 is #3BAA77. Grayscale: #7B7B7B. Windows color (decimal): -3910264 or 8934852. OLE color: 8934852.

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

Color convert

RGB 196 85 136 -
CMYK 0 0.57 0.31 0.23
HSL 332.43º 0.48% 0.55% -
HSV(B) 332.43º 0.57% 0.77% -
XYZ 30.46 20.01 25.55 -
YUV 124 134.77 179.35 -
System Red Green Blue C M Y K H S L
Decimal 196 85 136 0 0.57 0.31 0.23 332.43 0.48 0.55
Hex C4 55 88 0 39 1F 17 14C 30 37
Octal 304 125 210 0 71 37 27 514 60 67
Binary 11000100 1010101 10001000 0 111001 11111 10111 101001100 110000 110111

Color Harmonies of #C45588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45588

Black with #C45588

Text Example


Text Example

White with #C45588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45588; }

 p { color: rgb(196,85,136); }

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

background-color css

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

 a { background-color: rgb(196,85,136); }

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

border-color css

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

 span { border-color: rgb(196,85,136); }

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