Html Css Color HEX #C35996 Mulberry

📋 copy color: '#C35996'

red 195 ◦ green 89 ◦ blue 150

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

Shades of Mulberry #C35996

Tints of Mulberry #C35996

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.51%

 BLUE value IS 150 (58.98% from 255) = 34.56%

R = 44.93%
G = 20.51%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C35996 (or 0xC35996) is known color: Mulberry. HEX triplet: C3, 59 and 96. RGB value is (195,89,150). Sum of RGB (Red+Green+Blue) = 195+89+150=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 89 (35.16% from 255 or 20.51% from 434); Blue value is 150 (58.98% from 255 or 34.56% from 434); Max value from RGB is 195 - color contains mainly: red. Hex color #C35996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35996 is #3CA669. Grayscale: #7F7F7F. Windows color (decimal): -3974762 or 9853379. OLE color: 9853379.

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

Color convert

RGB 195 89 150 -
CMYK 0 0.54 0.23 0.24
HSL 325.47º 0.47% 0.56% -
HSV(B) 325.47º 0.54% 0.76% -
XYZ 31.58 20.95 31.23 -
YUV 127.65 140.62 176.04 -
System Red Green Blue C M Y K H S L
Decimal 195 89 150 0 0.54 0.23 0.24 325.47 0.47 0.56
Hex C3 59 96 0 36 17 18 145 2F 38
Octal 303 131 226 0 66 27 30 505 57 70
Binary 11000011 1011001 10010110 0 110110 10111 11000 101000101 101111 111000

Color Harmonies of #C35996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35996

Black with #C35996

Text Example


Text Example

White with #C35996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35996; }

 p { color: rgb(195,89,150); }

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

background-color css

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

 a { background-color: rgb(195,89,150); }

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

border-color css

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

 span { border-color: rgb(195,89,150); }

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