Html Css Color HEX #C35584 Mulberry

📋 copy color: '#C35584'

red 195 ◦ green 85 ◦ blue 132

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

Shades of Mulberry #C35584

Tints of Mulberry #C35584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 32.04%

R = 47.33%
G = 20.63%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C35584 (or 0xC35584) is known color: Mulberry. HEX triplet: C3, 55 and 84. RGB value is (195,85,132). Sum of RGB (Red+Green+Blue) = 195+85+132=412 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.33% from 412); Green value is 85 (33.59% from 255 or 20.63% from 412); Blue value is 132 (51.95% from 255 or 32.04% from 412); Max value from RGB is 195 - color contains mainly: red. Hex color #C35584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35584 is #3CAA7B. Grayscale: #7B7B7B. Windows color (decimal): -3975804 or 8672707. OLE color: 8672707.

HSL color Cylindrical-coordinate representation of color #C35584: hue angle of 334.36º 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 #C35584 is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 85 132 -
CMYK 0 0.56 0.32 0.24
HSL 334.36º 0.48% 0.55% -
HSV(B) 334.36º 0.56% 0.76% -
XYZ 29.92 19.77 24.07 -
YUV 123.25 132.94 179.18 -
System Red Green Blue C M Y K H S L
Decimal 195 85 132 0 0.56 0.32 0.24 334.36 0.48 0.55
Hex C3 55 84 0 38 20 18 14E 30 37
Octal 303 125 204 0 70 40 30 516 60 67
Binary 11000011 1010101 10000100 0 111000 100000 11000 101001110 110000 110111

Color Harmonies of #C35584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35584

Black with #C35584

Text Example


Text Example

White with #C35584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35584; }

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

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

background-color css

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

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

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

border-color css

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

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

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