#C8449B

Color #C8449B Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #C8449B

Tints of Mulberry #C8449B

Color information

#C8449B (or 0xC8449B) is unknown color: approx Mulberry. HEX triplet: C8, 44 and 9B. RGB value is (200,68,155). Sum of RGB (Red+Green+Blue) = 200+68+155=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 68 (26.95% from 255 or 16.08% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 200 - color contains mainly: red. Hex color #C8449B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8449B is #37BB64. Grayscale: #757575. Windows color (decimal): -3652453 or 10175688. OLE color: 10175688.

HSL color Cylindrical-coordinate representation of color #C8449B: hue angle of 320.45º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C8449B is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB20068155-
CMYK00.660.220.22
HSL320.45º54.55%52.55%-
HSV(B)320.45º66%78.43%-
XYZ31.818.7832.96-
YUV117.39149.23186.93-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.28%
GREEN value IS 68 (26.95% from 255) = 16.08%
BLUE value IS 155 (60.94% from 255) = 36.64%
R=47.28%
G=16.08%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2006815500.660.220.22320.4554.5552.55
HexC8449B04216161403735
Octal310104233010226265006765
Binary11001000100010010011011010000101011010110101000000110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8449B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8449B; }

 p { color: rgb(200,68,155); }

 H1.HeaderClassName
 {
   color: #C8449B;
 }
 .AnyTagClassName
 {
   color: #C8449B;
 }
</style>
background-color css

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

 a { background-color: rgb(200,68,155); }

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

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

 span { border-color: rgb(200,68,155); }

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