Html Css Color HEX #C35880 Mulberry

📋 copy color: '#C35880'

red 195 ◦ green 88 ◦ blue 128

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

Shades of Mulberry #C35880

Tints of Mulberry #C35880

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.41%

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

R = 47.45%
G = 21.41%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C35880 (or 0xC35880) is known color: Mulberry. HEX triplet: C3, 58 and 80. RGB value is (195,88,128). Sum of RGB (Red+Green+Blue) = 195+88+128=411 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.45% from 411); Green value is 88 (34.77% from 255 or 21.41% from 411); Blue value is 128 (50.39% from 255 or 31.14% from 411); Max value from RGB is 195 - color contains mainly: red. Hex color #C35880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35880 is #3CA77F. Grayscale: #7C7C7C. Windows color (decimal): -3975040 or 8411331. OLE color: 8411331.

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

Color convert

RGB 195 88 128 -
CMYK 0 0.55 0.34 0.24
HSL 337.57º 0.47% 0.55% -
HSV(B) 337.57º 0.55% 0.76% -
XYZ 29.89 20.14 22.73 -
YUV 124.55 129.95 178.25 -
System Red Green Blue C M Y K H S L
Decimal 195 88 128 0 0.55 0.34 0.24 337.57 0.47 0.55
Hex C3 58 80 0 37 22 18 152 2F 37
Octal 303 130 200 0 67 42 30 522 57 67
Binary 11000011 1011000 10000000 0 110111 100010 11000 101010010 101111 110111

Color Harmonies of #C35880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35880

Black with #C35880

Text Example


Text Example

White with #C35880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35880; }

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

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

background-color css

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

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

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

border-color css

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

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

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