Html Css Color HEX #C45085 Mulberry

📋 copy color: '#C45085'

red 196 ◦ green 80 ◦ blue 133

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

Shades of Mulberry #C45085

Tints of Mulberry #C45085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 32.52%

R = 47.92%
G = 19.56%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C45085 (or 0xC45085) is known color: Mulberry. HEX triplet: C4, 50 and 85. RGB value is (196,80,133). Sum of RGB (Red+Green+Blue) = 196+80+133=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 133 (52.34% from 255 or 32.52% from 409); Max value from RGB is 196 - color contains mainly: red. Hex color #C45085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45085 is #3BAF7A. Grayscale: #787878. Windows color (decimal): -3911547 or 8736964. OLE color: 8736964.

HSL color Cylindrical-coordinate representation of color #C45085: hue angle of 332.59º 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 #C45085 is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 80 133 -
CMYK 0 0.59 0.32 0.23
HSL 332.59º 0.5% 0.54% -
HSV(B) 332.59º 0.59% 0.77% -
XYZ 29.87 19.17 24.32 -
YUV 120.73 134.93 181.69 -
System Red Green Blue C M Y K H S L
Decimal 196 80 133 0 0.59 0.32 0.23 332.59 0.5 0.54
Hex C4 50 85 0 3B 20 17 14D 32 36
Octal 304 120 205 0 73 40 27 515 62 66
Binary 11000100 1010000 10000101 0 111011 100000 10111 101001101 110010 110110

Color Harmonies of #C45085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45085

Black with #C45085

Text Example


Text Example

White with #C45085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45085; }

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

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

background-color css

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

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

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

border-color css

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

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

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