Html Css Color HEX #C44385 Mulberry

📋 copy color: '#C44385'

red 196 ◦ green 67 ◦ blue 133

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

Shades of Mulberry #C44385

Tints of Mulberry #C44385

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.92%

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

R = 49.49%
G = 16.92%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C44385 (or 0xC44385) is known color: Mulberry. HEX triplet: C4, 43 and 85. RGB value is (196,67,133). Sum of RGB (Red+Green+Blue) = 196+67+133=396 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.49% from 396); Green value is 67 (26.56% from 255 or 16.92% from 396); Blue value is 133 (52.34% from 255 or 33.59% from 396); Max value from RGB is 196 - color contains mainly: red. Hex color #C44385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44385 is #3BBC7A. Grayscale: #707070. Windows color (decimal): -3914875 or 8733636. OLE color: 8733636.

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

Color convert

RGB 196 67 133 -
CMYK 0 0.66 0.32 0.23
HSL 329.3º 0.52% 0.52% -
HSV(B) 329.3º 0.66% 0.77% -
XYZ 29.01 17.44 24.03 -
YUV 113.1 139.24 187.13 -
System Red Green Blue C M Y K H S L
Decimal 196 67 133 0 0.66 0.32 0.23 329.3 0.52 0.52
Hex C4 43 85 0 42 20 17 149 34 34
Octal 304 103 205 0 102 40 27 511 64 64
Binary 11000100 1000011 10000101 0 1000010 100000 10111 101001001 110100 110100

Color Harmonies of #C44385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44385

Black with #C44385

Text Example


Text Example

White with #C44385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44385; }

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

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

background-color css

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

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

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

border-color css

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

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

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