Html Css Color HEX #C35580 Mulberry

📋 copy color: '#C35580'

red 195 ◦ green 85 ◦ blue 128

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

Shades of Mulberry #C35580

Tints of Mulberry #C35580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 31.37%

R = 47.79%
G = 20.83%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C35580 (or 0xC35580) is known color: Mulberry. HEX triplet: C3, 55 and 80. RGB value is (195,85,128). Sum of RGB (Red+Green+Blue) = 195+85+128=408 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.79% from 408); Green value is 85 (33.59% from 255 or 20.83% from 408); Blue value is 128 (50.39% from 255 or 31.37% from 408); Max value from RGB is 195 - color contains mainly: red. Hex color #C35580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35580 is #3CAA7F. Grayscale: #7A7A7A. Windows color (decimal): -3975808 or 8410563. OLE color: 8410563.

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

Color convert

RGB 195 85 128 -
CMYK 0 0.56 0.34 0.24
HSL 336.55º 0.48% 0.55% -
HSV(B) 336.55º 0.56% 0.76% -
XYZ 29.65 19.66 22.65 -
YUV 122.79 130.94 179.5 -
System Red Green Blue C M Y K H S L
Decimal 195 85 128 0 0.56 0.34 0.24 336.55 0.48 0.55
Hex C3 55 80 0 38 22 18 151 30 37
Octal 303 125 200 0 70 42 30 521 60 67
Binary 11000011 1010101 10000000 0 111000 100010 11000 101010001 110000 110111

Color Harmonies of #C35580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35580

Black with #C35580

Text Example


Text Example

White with #C35580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35580; }

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

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

background-color css

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

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

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

border-color css

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

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

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