Html Css Color HEX #C35386 Mulberry

📋 copy color: '#C35386'

red 195 ◦ green 83 ◦ blue 134

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

Shades of Mulberry #C35386

Tints of Mulberry #C35386

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.15%

 BLUE value IS 134 (52.73% from 255) = 32.52%

R = 47.33%
G = 20.15%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C35386 (or 0xC35386) is known color: Mulberry. HEX triplet: C3, 53 and 86. RGB value is (195,83,134). Sum of RGB (Red+Green+Blue) = 195+83+134=412 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.33% from 412); Green value is 83 (32.81% from 255 or 20.15% from 412); Blue value is 134 (52.73% from 255 or 32.52% from 412); Max value from RGB is 195 - color contains mainly: red. Hex color #C35386 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35386 is #3CAC79. Grayscale: #7A7A7A. Windows color (decimal): -3976314 or 8803267. OLE color: 8803267.

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

Color convert

RGB 195 83 134 -
CMYK 0 0.57 0.31 0.24
HSL 332.68º 0.48% 0.55% -
HSV(B) 332.68º 0.57% 0.76% -
XYZ 29.9 19.51 24.74 -
YUV 122.3 134.61 179.85 -
System Red Green Blue C M Y K H S L
Decimal 195 83 134 0 0.57 0.31 0.24 332.68 0.48 0.55
Hex C3 53 86 0 39 1F 18 14D 30 37
Octal 303 123 206 0 71 37 30 515 60 67
Binary 11000011 1010011 10000110 0 111001 11111 11000 101001101 110000 110111

Color Harmonies of #C35386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35386

Black with #C35386

Text Example


Text Example

White with #C35386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35386; }

 p { color: rgb(195,83,134); }

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

background-color css

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

 a { background-color: rgb(195,83,134); }

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

border-color css

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

 span { border-color: rgb(195,83,134); }

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