Html Css Color HEX #C45D85 Mulberry

📋 copy color: '#C45D85'

red 196 ◦ green 93 ◦ blue 133

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

Shades of Mulberry #C45D85

Tints of Mulberry #C45D85

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.04%

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

R = 46.45%
G = 22.04%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C45D85 (or 0xC45D85) is known color: Mulberry. HEX triplet: C4, 5D and 85. RGB value is (196,93,133). Sum of RGB (Red+Green+Blue) = 196+93+133=422 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.45% from 422); Green value is 93 (36.72% from 255 or 22.04% from 422); Blue value is 133 (52.34% from 255 or 31.52% from 422); Max value from RGB is 196 - color contains mainly: red. Hex color #C45D85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45D85 is #3BA27A. Grayscale: #808080. Windows color (decimal): -3908219 or 8740292. OLE color: 8740292.

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

Color convert

RGB 196 93 133 -
CMYK 0 0.53 0.32 0.23
HSL 336.7º 0.47% 0.57% -
HSV(B) 336.7º 0.53% 0.77% -
XYZ 30.91 21.26 24.66 -
YUV 128.36 130.62 176.25 -
System Red Green Blue C M Y K H S L
Decimal 196 93 133 0 0.53 0.32 0.23 336.7 0.47 0.57
Hex C4 5D 85 0 35 20 17 151 2F 39
Octal 304 135 205 0 65 40 27 521 57 71
Binary 11000100 1011101 10000101 0 110101 100000 10111 101010001 101111 111001

Color Harmonies of #C45D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45D85

Black with #C45D85

Text Example


Text Example

White with #C45D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45D85; }

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

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

background-color css

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

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

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

border-color css

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

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

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