Html Css Color HEX #C44286 Mulberry

📋 copy color: '#C44286'

red 196 ◦ green 66 ◦ blue 134

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

Shades of Mulberry #C44286

Tints of Mulberry #C44286

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.67%

 BLUE value IS 134 (52.73% from 255) = 33.84%

R = 49.49%
G = 16.67%
B = 33.84%

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

#C44286 (or 0xC44286) is known color: Mulberry. HEX triplet: C4, 42 and 86. RGB value is (196,66,134). Sum of RGB (Red+Green+Blue) = 196+66+134=396 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.49% from 396); Green value is 66 (26.17% from 255 or 16.67% from 396); Blue value is 134 (52.73% from 255 or 33.84% from 396); Max value from RGB is 196 - color contains mainly: red. Hex color #C44286 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44286 is #3BBD79. Grayscale: #707070. Windows color (decimal): -3915130 or 8798916. OLE color: 8798916.

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

Color convert

RGB 196 66 134 -
CMYK 0 0.66 0.32 0.23
HSL 328.62º 0.52% 0.51% -
HSV(B) 328.62º 0.66% 0.77% -
XYZ 29.02 17.35 24.37 -
YUV 112.62 140.07 187.47 -
System Red Green Blue C M Y K H S L
Decimal 196 66 134 0 0.66 0.32 0.23 328.62 0.52 0.51
Hex C4 42 86 0 42 20 17 149 34 33
Octal 304 102 206 0 102 40 27 511 64 63
Binary 11000100 1000010 10000110 0 1000010 100000 10111 101001001 110100 110011

Color Harmonies of #C44286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44286

Black with #C44286

Text Example


Text Example

White with #C44286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44286; }

 p { color: rgb(196,66,134); }

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

background-color css

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

 a { background-color: rgb(196,66,134); }

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

border-color css

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

 span { border-color: rgb(196,66,134); }

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