Html Css Color HEX #C35280 Mulberry

📋 copy color: '#C35280'

red 195 ◦ green 82 ◦ blue 128

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

Shades of Mulberry #C35280

Tints of Mulberry #C35280

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.25%

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

R = 48.15%
G = 20.25%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C35280 (or 0xC35280) is known color: Mulberry. HEX triplet: C3, 52 and 80. RGB value is (195,82,128). Sum of RGB (Red+Green+Blue) = 195+82+128=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 82 (32.42% from 255 or 20.25% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 195 - color contains mainly: red. Hex color #C35280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35280 is #3CAD7F. Grayscale: #787878. Windows color (decimal): -3976576 or 8409795. OLE color: 8409795.

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

Color convert

RGB 195 82 128 -
CMYK 0 0.58 0.34 0.24
HSL 335.58º 0.48% 0.54% -
HSV(B) 335.58º 0.58% 0.76% -
XYZ 29.42 19.2 22.58 -
YUV 121.03 131.94 180.76 -
System Red Green Blue C M Y K H S L
Decimal 195 82 128 0 0.58 0.34 0.24 335.58 0.48 0.54
Hex C3 52 80 0 3A 22 18 150 30 36
Octal 303 122 200 0 72 42 30 520 60 66
Binary 11000011 1010010 10000000 0 111010 100010 11000 101010000 110000 110110

Color Harmonies of #C35280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35280

Black with #C35280

Text Example


Text Example

White with #C35280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35280; }

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

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

background-color css

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

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

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

border-color css

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

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

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