Html Css Color HEX #C45482 Mulberry

📋 copy color: '#C45482'

red 196 ◦ green 84 ◦ blue 130

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

Shades of Mulberry #C45482

Tints of Mulberry #C45482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 31.71%

R = 47.8%
G = 20.49%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C45482 (or 0xC45482) is known color: Mulberry. HEX triplet: C4, 54 and 82. RGB value is (196,84,130). Sum of RGB (Red+Green+Blue) = 196+84+130=410 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.80% from 410); Green value is 84 (33.20% from 255 or 20.49% from 410); Blue value is 130 (51.17% from 255 or 31.71% from 410); Max value from RGB is 196 - color contains mainly: red. Hex color #C45482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45482 is #3BAB7D. Grayscale: #7A7A7A. Windows color (decimal): -3910526 or 8541380. OLE color: 8541380.

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

Color convert

RGB 196 84 130 -
CMYK 0 0.57 0.34 0.23
HSL 335.36º 0.49% 0.55% -
HSV(B) 335.36º 0.57% 0.77% -
XYZ 29.96 19.69 23.34 -
YUV 122.73 132.11 180.26 -
System Red Green Blue C M Y K H S L
Decimal 196 84 130 0 0.57 0.34 0.23 335.36 0.49 0.55
Hex C4 54 82 0 39 22 17 14F 31 37
Octal 304 124 202 0 71 42 27 517 61 67
Binary 11000100 1010100 10000010 0 111001 100010 10111 101001111 110001 110111

Color Harmonies of #C45482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45482

Black with #C45482

Text Example


Text Example

White with #C45482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45482; }

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

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

background-color css

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

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

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

border-color css

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

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

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