Html Css Color HEX #C35691 Mulberry

📋 copy color: '#C35691'

red 195 ◦ green 86 ◦ blue 145

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

Shades of Mulberry #C35691

Tints of Mulberry #C35691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 34.04%

R = 45.77%
G = 20.19%
B = 34.04%

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

#C35691 (or 0xC35691) is known color: Mulberry. HEX triplet: C3, 56 and 91. RGB value is (195,86,145). Sum of RGB (Red+Green+Blue) = 195+86+145=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 86 (33.98% from 255 or 20.19% from 426); Blue value is 145 (57.03% from 255 or 34.04% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C35691 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35691 is #3CA96E. Grayscale: #7D7D7D. Windows color (decimal): -3975535 or 9524931. OLE color: 9524931.

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

Color convert

RGB 195 86 145 -
CMYK 0 0.56 0.26 0.24
HSL 327.52º 0.48% 0.55% -
HSV(B) 327.52º 0.56% 0.76% -
XYZ 30.94 20.3 29.08 -
YUV 125.32 139.11 177.7 -
System Red Green Blue C M Y K H S L
Decimal 195 86 145 0 0.56 0.26 0.24 327.52 0.48 0.55
Hex C3 56 91 0 38 1A 18 148 30 37
Octal 303 126 221 0 70 32 30 510 60 67
Binary 11000011 1010110 10010001 0 111000 11010 11000 101001000 110000 110111

Color Harmonies of #C35691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35691

Black with #C35691

Text Example


Text Example

White with #C35691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35691; }

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

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

background-color css

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

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

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

border-color css

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

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

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