Html Css Color HEX #C35590 Mulberry

📋 copy color: '#C35590'

red 195 ◦ green 85 ◦ blue 144

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

Shades of Mulberry #C35590

Tints of Mulberry #C35590

RGB

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

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

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

R = 45.99%
G = 20.05%
B = 33.96%

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

#C35590 (or 0xC35590) is known color: Mulberry. HEX triplet: C3, 55 and 90. RGB value is (195,85,144). Sum of RGB (Red+Green+Blue) = 195+85+144=424 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.99% from 424); Green value is 85 (33.59% from 255 or 20.05% from 424); Blue value is 144 (56.64% from 255 or 33.96% from 424); Max value from RGB is 195 - color contains mainly: red. Hex color #C35590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35590 is #3CAA6F. Grayscale: #7C7C7C. Windows color (decimal): -3975792 or 9459139. OLE color: 9459139.

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

Color convert

RGB 195 85 144 -
CMYK 0 0.56 0.26 0.24
HSL 327.82º 0.48% 0.55% -
HSV(B) 327.82º 0.56% 0.76% -
XYZ 30.79 20.11 28.64 -
YUV 124.62 138.94 178.2 -
System Red Green Blue C M Y K H S L
Decimal 195 85 144 0 0.56 0.26 0.24 327.82 0.48 0.55
Hex C3 55 90 0 38 1A 18 148 30 37
Octal 303 125 220 0 70 32 30 510 60 67
Binary 11000011 1010101 10010000 0 111000 11010 11000 101001000 110000 110111

Color Harmonies of #C35590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35590

Black with #C35590

Text Example


Text Example

White with #C35590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35590; }

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

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

background-color css

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

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

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

border-color css

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

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

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