Html Css Color HEX #C45087 Mulberry

📋 copy color: '#C45087'

red 196 ◦ green 80 ◦ blue 135

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

Shades of Mulberry #C45087

Tints of Mulberry #C45087

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.46%

 BLUE value IS 135 (53.13% from 255) = 32.85%

R = 47.69%
G = 19.46%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#C45087 (or 0xC45087) is known color: Mulberry. HEX triplet: C4, 50 and 87. RGB value is (196,80,135). Sum of RGB (Red+Green+Blue) = 196+80+135=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 80 (31.64% from 255 or 19.46% from 411); Blue value is 135 (53.12% from 255 or 32.85% from 411); Max value from RGB is 196 - color contains mainly: red. Hex color #C45087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45087 is #3BAF78. Grayscale: #787878. Windows color (decimal): -3911545 or 8868036. OLE color: 8868036.

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

Color convert

RGB 196 80 135 -
CMYK 0 0.59 0.31 0.23
HSL 331.55º 0.5% 0.54% -
HSV(B) 331.55º 0.59% 0.77% -
XYZ 30.01 19.22 25.05 -
YUV 120.95 135.93 181.53 -
System Red Green Blue C M Y K H S L
Decimal 196 80 135 0 0.59 0.31 0.23 331.55 0.5 0.54
Hex C4 50 87 0 3B 1F 17 14C 32 36
Octal 304 120 207 0 73 37 27 514 62 66
Binary 11000100 1010000 10000111 0 111011 11111 10111 101001100 110010 110110

Color Harmonies of #C45087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45087

Black with #C45087

Text Example


Text Example

White with #C45087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45087; }

 p { color: rgb(196,80,135); }

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

background-color css

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

 a { background-color: rgb(196,80,135); }

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

border-color css

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

 span { border-color: rgb(196,80,135); }

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