Html Css Color HEX #C35690 Mulberry

📋 copy color: '#C35690'

red 195 ◦ green 86 ◦ blue 144

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

Shades of Mulberry #C35690

Tints of Mulberry #C35690

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.24%

 BLUE value IS 144 (56.64% from 255) = 33.88%

R = 45.88%
G = 20.24%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C35690 (or 0xC35690) is known color: Mulberry. HEX triplet: C3, 56 and 90. RGB value is (195,86,144). Sum of RGB (Red+Green+Blue) = 195+86+144=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 86 (33.98% from 255 or 20.24% from 425); Blue value is 144 (56.64% from 255 or 33.88% from 425); Max value from RGB is 195 - color contains mainly: red. Hex color #C35690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35690 is #3CA96F. Grayscale: #7D7D7D. Windows color (decimal): -3975536 or 9459395. OLE color: 9459395.

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

Color convert

RGB 195 86 144 -
CMYK 0 0.56 0.26 0.24
HSL 328.07º 0.48% 0.55% -
HSV(B) 328.07º 0.56% 0.76% -
XYZ 30.87 20.27 28.67 -
YUV 125.2 138.61 177.78 -
System Red Green Blue C M Y K H S L
Decimal 195 86 144 0 0.56 0.26 0.24 328.07 0.48 0.55
Hex C3 56 90 0 38 1A 18 148 30 37
Octal 303 126 220 0 70 32 30 510 60 67
Binary 11000011 1010110 10010000 0 111000 11010 11000 101001000 110000 110111

Color Harmonies of #C35690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35690

Black with #C35690

Text Example


Text Example

White with #C35690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35690; }

 p { color: rgb(195,86,144); }

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

background-color css

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

 a { background-color: rgb(195,86,144); }

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

border-color css

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

 span { border-color: rgb(195,86,144); }

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