Html Css Color HEX #C45488 Mulberry

📋 copy color: '#C45488'

red 196 ◦ green 84 ◦ blue 136

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

Shades of Mulberry #C45488

Tints of Mulberry #C45488

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.19%

 BLUE value IS 136 (53.52% from 255) = 32.69%

R = 47.12%
G = 20.19%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#C45488 (or 0xC45488) is known color: Mulberry. HEX triplet: C4, 54 and 88. RGB value is (196,84,136). Sum of RGB (Red+Green+Blue) = 196+84+136=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 84 (33.20% from 255 or 20.19% from 416); Blue value is 136 (53.52% from 255 or 32.69% from 416); Max value from RGB is 196 - color contains mainly: red. Hex color #C45488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45488 is #3BAB77. Grayscale: #7B7B7B. Windows color (decimal): -3910520 or 8934596. OLE color: 8934596.

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

Color convert

RGB 196 84 136 -
CMYK 0 0.57 0.31 0.23
HSL 332.14º 0.49% 0.55% -
HSV(B) 332.14º 0.57% 0.77% -
XYZ 30.38 19.85 25.52 -
YUV 123.42 135.11 179.77 -
System Red Green Blue C M Y K H S L
Decimal 196 84 136 0 0.57 0.31 0.23 332.14 0.49 0.55
Hex C4 54 88 0 39 1F 17 14C 31 37
Octal 304 124 210 0 71 37 27 514 61 67
Binary 11000100 1010100 10001000 0 111001 11111 10111 101001100 110001 110111

Color Harmonies of #C45488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45488

Black with #C45488

Text Example


Text Example

White with #C45488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45488; }

 p { color: rgb(196,84,136); }

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

background-color css

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

 a { background-color: rgb(196,84,136); }

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

border-color css

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

 span { border-color: rgb(196,84,136); }

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