Html Css Color HEX #C3558B Mulberry

📋 copy color: '#C3558B'

red 195 ◦ green 85 ◦ blue 139

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

Shades of Mulberry #C3558B

Tints of Mulberry #C3558B

RGB

 RED value IS 195 (76.56% from 255) = 46.54%

 GREEN value IS 85 (33.59% from 255) = 20.29%

 BLUE value IS 139 (54.69% from 255) = 33.17%

R = 46.54%
G = 20.29%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C3558B (or 0xC3558B) is known color: Mulberry. HEX triplet: C3, 55 and 8B. RGB value is (195,85,139). Sum of RGB (Red+Green+Blue) = 195+85+139=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 85 (33.59% from 255 or 20.29% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 195 - color contains mainly: red. Hex color #C3558B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3558B is #3CAA74. Grayscale: #7B7B7B. Windows color (decimal): -3975797 or 9131459. OLE color: 9131459.

HSL color Cylindrical-coordinate representation of color #C3558B: hue angle of 330.55º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C3558B is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 85 139 -
CMYK 0 0.56 0.29 0.24
HSL 330.55º 0.48% 0.55% -
HSV(B) 330.55º 0.56% 0.76% -
XYZ 30.41 19.96 26.68 -
YUV 124.05 136.44 178.61 -
System Red Green Blue C M Y K H S L
Decimal 195 85 139 0 0.56 0.29 0.24 330.55 0.48 0.55
Hex C3 55 8B 0 38 1D 18 14B 30 37
Octal 303 125 213 0 70 35 30 513 60 67
Binary 11000011 1010101 10001011 0 111000 11101 11000 101001011 110000 110111

Color Harmonies of #C3558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3558B

Black with #C3558B

Text Example


Text Example

White with #C3558B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3558B; }

 p { color: rgb(195,85,139); }

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

background-color css

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

 a { background-color: rgb(195,85,139); }

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

border-color css

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

 span { border-color: rgb(195,85,139); }

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